MySQL group data, mysql Group

Source: Internet
Author: User

MySQL group data, mysql Group
For Grouping comprehension groups, 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:

Grouping and filtering, that is, filtering the data after multi-statistics. In the example above, the 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:


Query all data by mysql Group

Grouping SQL statement: select * from table group by ask_id
There should be problems with your test data. They are all the same.
 
Mysql group statistics

SELECT sum (ifnull (t2.total, 0), t1.flag
From B t1
Left join A t2 on t1.id = t2.flag
Group by t1.flag

Related Article

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.