1、cout(*)会统计为null的行;

2、count(列名)不会统计此列null值的行;

3、count(distinct col)计算该列除null之外的不重复数量;