mysql嵌套查询时间:2021-06-19 03:43:11select * from(select t.`name` `name`,count(*) count from company t group by t.`name`) aa where aa.count>1;