分组函数:
将得到的原始数据进行进一步的处理
count 对非空的数值做统计
只有 count(*) 不去除空值
处理过程:
select From
from where
group by
sum
having
17.07.29 分组函数 多表连接 子查询
原文:http://www.cnblogs.com/Zhang-x/p/7257378.html