sqlcount不重复的记录个数_MySQL
来源:动视网
责编:小采
时间:2020-11-09 18:01:00
sqlcount不重复的记录个数_MySQL
sqlcount不重复的记录个数_MySQL:bitsCN.com select COUNT(distinct(number)) from table查询出来的值不重复可以使用 group by '字段名'bitsCN.com
导读sqlcount不重复的记录个数_MySQL:bitsCN.com select COUNT(distinct(number)) from table查询出来的值不重复可以使用 group by '字段名'bitsCN.com

bitsCN.com
select COUNT(distinct(number)) from table
查询出来的值不重复可以使用 group by '字段名'
bitsCN.com
sqlcount不重复的记录个数_MySQL
sqlcount不重复的记录个数_MySQL:bitsCN.com select COUNT(distinct(number)) from table查询出来的值不重复可以使用 group by '字段名'bitsCN.com