select count(*),column_name
from table_name group by column_name having count(*) >1;
本文共 133 字,大约阅读时间需要 1 分钟。
select count(*),column_name
from table_name group by column_name having count(*) >1;
转载于:https://my.oschina.net/u/2611757/blog/706549