Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Skill testing SQL question
I would have done.
delete from DUPE_TABLE
where rowid IN (select max(rowid)
from DUPE_TABLE group by AA, BB);
Patrick Lanphier
>
Received on Thu Nov 04 1999 - 16:34:16 CST
![]() |
![]() |