sql查詢重複記錄

select * from 表名 where 列名 in(select 列名 from 表名 group by 列名 having count(列名)>1)

僅僅爲曾經的一個需求作的記錄sql

相關文章
相關標籤/搜索