输入banner图图片脚本导航/分类

sqlcount不重复的记录个数_MySQL

bitsCN.com

select COUNT(distinct(number)) from table

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

bitsCN.com