| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: De-duplication of large table
oops change first sql statement to read
delete from test a
where rowid = ( select max(rowid)
from test b
where b.rec_num = a.rec_num ) and
rowid <> ( select min(rowid)
from test b
where b.rec_num = a.rec_num )
Received on Thu Nov 18 1999 - 16:40:29 CST
![]() |
![]() |