oracle查询某一字段重复的数据:

select * from tablename where column in(select column from tablename group by column having count(*)>1)
相关文章
相关标签/搜索