oracle查重语句

使用rowid 

select * from table1 a where rowid !=(select max(rowid) 
from table1 b where a.name1=b.name1 and a.name2=b.name2......)

原文地址:https://www.cnblogs.com/aijiajia1314/p/13737952.html