MySQL 查找重复数据

Posted by icoding168 on 2020-03-09 16:39:00

分类: MySQL  
SELECT name, COUNT(*) c FROM table GROUP BY name HAVING c > 1