MySQL group data _ MySQL-mysql tutorial

Source: Internet
Author: User
MySQL Group Data Group

For group understanding, see the next example. First, we print the products table as follows:

From the table above, we can see that each vendor has several products. how can we count the number of products in each vendor at a time? You can use group by here, as shown below:

If you do not use group by, the result is the number of rows in the statistics:

Group filtering

Grouping filtering is to filter the data after multiple statistics. in the example above, statistics show that each vendor has multiple products, HAVING can be used to filter out more than three vendors:

The WHERE statement can be used together with the HAVING Statement. if you need to find out, there are two or more products with a price greater than 10:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.