oracle query to remove duplicate data

select * from spxt_log_carinfo t
where rowid = (select max(rowid) from spxt_log_carinfo t1 where t.pid = t1.pid)

     Find a table to determine whether there are duplicates based on rowid

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326122326&siteId=291194637