Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help on Update Query
I am able to execute the following query on Microsoft SQLServer.
The update plugs in 3 column values from T2 into T1.
update T1
set T1.col1 = T2.col1,
T1.col2 = T2.col2, T1.col3 = T2.col3
Any help on Oracle is appreciated.
Thanks.
Received on Fri Jan 02 1998 - 00:00:00 CST
![]() |
![]() |