Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Update with condition
I have 2 tables with 3 fields
T1
F1
F2
F3
T2
F1
F2
F3
the common key is F1
i want to update T1.F1 with the value of T2.F1
but only when T1.F3 > T2.F3
how can i do simply (SQL) wihtout PL/SQL ?
thanks Received on Tue Aug 28 2001 - 09:46:19 CDT
![]() |
![]() |