Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> update syntax
On oracle 9i,
I thought I saw a similar sql looks like below, but this one does not seem to work. Anyone could tell me the correct syntax? TIA.
update T1
set c1 , c2 = (select c1, c2 from T1 where id= 123)
where id= 456;
Guang
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Mar 22 2005 - 15:16:13 CST