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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: urgent

Re: urgent

From: Rocky Welch <rockyw_99_at_yahoo.com>
Date: Wed, 18 Oct 2000 12:54:41 -0700 (PDT)
Message-Id: <10653.119706@fatcity.com>


Try:

Select rowid, <column 1>, <column 2>, ect... from <table_name>
where <blah, blah, blah>;

Delete from <table_name>
where rowid = <rowid of the row you want to delete>;

HTH,


Rocky Welch
Senior Consultant - Internet Services Group Arthur Andersen

Do You Yahoo!?
Yahoo! Messenger - Talk while you surf! It's FREE. Received on Wed Oct 18 2000 - 14:54:41 CDT

Original text of this message

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