SQL查询重复记录 select column1 from table where column1 in ( select column1 from table group by column1 having(count(*)>1) ) 转载于:https://www.cnblogs.com/xzxy/archive/2010/09/29/1838543.html