select * from (select count(1) t,dlh from gg_ry group by dlh) yy where t>1
mysql查询表中一个字段出现重复的数据
于 2020-04-23 10:57:36 首次发布
select * from (select count(1) t,dlh from gg_ry group by dlh) yy where t>1