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: Update a Unique Row

Re: Update a Unique Row

From: reddy <greddy_at_att.com>
Date: Fri, 14 Jan 2000 10:41:04 -0500
Message-ID: <387F4390.EA6A4078@att.com>


Try rowid. You can either give where rowid = 'xxxxx' or give a subquery to get the rowid

jeanch_at_my-deja.com wrote:

> Hi folks,
>
> I have got in the table tab_A two entries ent_1 and ent_2 that are
> identical; I want to be able to update only one (ent_1)
> of those and leave the other entry (ent_2) untouched;
> Does anybody knows how to do it please ?
> Thanks for your help.
> Cheers
> JC
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Fri Jan 14 2000 - 09:41:04 CST

Original text of this message

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