Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Update in joined tables???
I have a script that i cant get to work on oracle isnt this possible to do on oracle server?
UPDATE tab1 SET tab1.field1=0 FROM tab1 LEFT OUTER JOIN tab2 ON (tab1.id = tab2.id) WHERE tab2.field2 < 1 AND tab1.field3='Debug'
I can do select this way (not on oracle though). Can this be done? or does anyone hava another sollution? Received on Thu Jan 18 2001 - 15:33:36 CST
![]() |
![]() |