UPDATE with Oracle ??? with join ???

From: rogers <toto_at_club-toto.fr>
Date: Wed, 19 Nov 2003 19:34:32 +0100
Message-ID: <3fbbb7bc$0$228$626a54ce_at_news.free.fr>



[Quoted] [Quoted] I'm a young SQL developper with Oracle.

With SQl server or Ingres you can excute this kind of query :

update table1 from table2
set table1.col2 = table2.col2 where
table1.col1 = table2.col1

or

update table1
set table1.col2 = table2.col2
from table2
 where table1.col1 = table2.col1

[Quoted] can we do this kind of update with a join using Oracle (9i) ?? Please help me by giving me an exemple that works !!!

Thanks Received on Wed Nov 19 2003 - 19:34:32 CET

Original text of this message