SQL——找出某一字段中内容相同的数据


SELECT columnName from dbo.tableName group by columnName having count(*)>1

原文地址:https://www.cnblogs.com/jlcoder/p/3425200.html