oracle查詢某一字段重複的數據:

select * from tablename where column in(select column from tablename group by column having count(*)>1)
相關文章
相關標籤/搜索