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

Home -> Community -> Usenet -> c.d.o.server -> update, select and join in one statement ?

update, select and join in one statement ?

From: Michael Keppler <Michael.Keppler_at_bigfoot.com>
Date: Sat, 28 Aug 1999 21:49:28 +0200
Message-ID: <7q9e6p$1h7@TGZ3>


Hello everybody !

I try to build a statement like this:

update table1
set table1.columnA=table2.columnA
where table1.columnB=table2.columnB

Is something like this possible? I just don't get it right. What I want is to "copy" the information of table2.columnA into table1.columnA, but only if there is a join on the columns B possible for the row that is to be updated.

--
Michael Keppler, MCSE
IT logic GbR
Michael.Keppler_at_gmx.de Received on Sat Aug 28 1999 - 14:49:28 CDT

Original text of this message

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