MySQL

归档于 MySQL 的文章

select 字段,count(*) as count from 数据表 group by 字段 having count>1;