mysql, count函数容易曲解的地方

统计count(*), 数量为9行;

统计count(abandonAddTime), 数量为8;

统计count(abandonUserName), 数量为9行;

count(), 不能统计null值

 

 

posted @ 2016-12-30 11:19  MayBel  阅读(158)  评论(0编辑  收藏  举报