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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Newbie Help! Simple update question

Re: Newbie Help! Simple update question

From: Robert Blomstrand <rbl_at_qmedia.co.za>
Date: Wed, 18 Jul 2001 12:12:06 +0200
Message-ID: <3b55624b$0$232@hades.is.co.za>

Many thanks to Ales Voboril for the following solution:

update table2 set status = (select status from table1 where table1.keyfield=table2.keyfield) where table2.keyfield=1; Received on Wed Jul 18 2001 - 05:12:06 CDT

Original text of this message

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