分组函数:
将得到的原始数据进行进一步的处理
count 对非空的数值做统计
只有 count(*) 不去除空值
处理过程:
select From
from where
group by
sum
having