Heim >Datenbank >MySQL-Tutorial >分组统计查询(章节摘要)

分组统计查询(章节摘要)

WBOY
WBOYOriginal
2016-06-07 15:59:301130Durchsuche

1,在SQL中主要提供了5种分组函数,分别是COUNT(),AVG(),SUM(),MIN(),MAX()函数。 2,使用GROUP BY字句可以对数据进行分组操作,而使用HAVING字句可以对分组之后的数据进行再次过滤。 3,在分组时可以同时制定多个分组字段。 4,分组操作不仅可以用于实体表

1,在SQL中主要提供了5种分组函数,分别是COUNT(),AVG(),SUM(),MIN(),MAX()函数。

2,使用GROUP BY字句可以对数据进行分组操作,而使用HAVING字句可以对分组之后的数据进行再次过滤。

3,在分组时可以同时制定多个分组字段。

4,分组操作不仅可以用于实体表,也可以针对查询的临时表进行分组。

5,分组函数允许嵌套,但是嵌套之后的分组查询中不能再出现任何字段,包括分组字段。
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn