Home > Database > Mysql Tutorial > body text

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

WBOY
Release: 2016-06-07 15:59:30
Original
1125 people have browsed it

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,分组函数允许嵌套,但是嵌套之后的分组查询中不能再出现任何字段,包括分组字段。
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template