17.07.29 分组函数 多表连接 子查询

 

分组函数:

  将得到的原始数据进行进一步的处理  

  count 对非空的数值做统计

  只有 count(*) 不去除空值

 

处理过程:

  select                 From

  from              where

  group by

  sum

  having

  

  

  

posted on 2017-08-19 08:39  zhang_x  阅读(77)  评论(0编辑  收藏  举报

导航