查找重复记录 2014/11/11 15234 select * from rm_duty a where exists(select 1 from rm_duty b where b.duty_name=a.duty_name and a.rowid>b.rowid )