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 -> update ... easy one

update ... easy one

From: m <morc66_at_hotmail.com>
Date: Wed, 30 Oct 2002 20:37:47 +0100
Message-ID: <BAWv9.6233$I6.481172@zwoll1.home.nl>


ok guys... I am starting to go blind staring at a supposed to be simple update:

this is what i want to do:
update c

set c.ID_PARENT = ID_NEW_PARENT

where c.id_parent = w.id_curr_parent

AND id_child = w.id_curr_child

where c is the to be updated table and w contains the values for the update...

getting lost ...

pls help

M Received on Wed Oct 30 2002 - 13:37:47 CST

Original text of this message

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