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 -> Update on a join

Update on a join

From: Dave Sutton <dpsutton_at_marchsystems.co.uk>
Date: Mon, 19 Feb 2001 16:31:27 -0000
Message-ID: <96rhnl$h16$1@newsreaderm1.core.theplanet.net>

Help!!

I need to perform an update on a single table but the information to be used in the update comes from another table.

In SQL server I would have used:

UPDATE Table1
Set Table1.FldX = Table2.FldY
FROM Table1, Table2
WHERE Table1.Key = Table2.Key

But ORACLE won't allow me to do this.

Any ideas??

Thanks.

Dave Received on Mon Feb 19 2001 - 10:31:27 CST

Original text of this message

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