2012年3月15日星期四

sql count不重复的记录个数

select COUNT(distinct(number)) from table

查询出来的值不重复可以使用 group by '字段名'


sql count不重复的记录个数

TAG: