Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Skill testing SQL question

Re: Skill testing SQL question

From: Valgaeren <valgaeren_at_village.uunet.be>
Date: Thu, 4 Nov 1999 23:18:08 +0100
Message-ID: <7vt0tm$k9b$1@xenon.inbe.net>


check the rowids with select rowid, aa, bb from dupe_table

delete from dupe_table where rowid in (rowid1, rowid2, rowid3)

Is this what you mean?

Greetings,
Wim Valgaeren Received on Thu Nov 04 1999 - 16:18:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US