Grouping statistics query (Chapter Summary) and grouping statistics chapter summary

Source: Internet
Author: User

Grouping statistics query (Chapter Summary) and grouping statistics chapter summary
1. Five grouping functions are provided in SQL: COUNT (), AVG (), SUM (), MIN (), and MAX.


2. The group by clause can be used to GROUP data, while the HAVING clause can be used to filter the grouped data again.


3. Multiple grouping fields can be created at the same time during grouping.


4. Grouping can be used not only for entity tables, but also for temporary tables to be queried.


5. The grouping function allows nesting, but no fields, including grouping fields, can appear in the nested grouping query.
SQL grouping query statistics query statement

Select statues, count (*) as number from FeedbackResults
Group by statues

Advanced SQL grouping query statistics

SELECT
Store, MONTH (time) as month, SUM (data 1) AS data 1, SUM (Data 2) AS data 2
FROM
Table
GROUP
Store, MONTH (time ),

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.