摘要:
一、聚合查询 使用SQL自带的聚合函数进行查询,有count()、AVG()、min()、max()、sum() 二、分组聚合查询 select 后面的字段 只能是group by后的字段 SELECT City,Gender, COUNT(*)FROM Students GROUP BY City 阅读全文
posted @ 2023-06-18 21:35
coooooookie
阅读(340)
评论(0)
推荐(0)
2023年6月18日