delete from table_name t1
where t1.column_name in (select column_name
from table_name t2
where t1.rowid > t2.rowid
and t1.column_name = t2.column_name
Chidi
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.