| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL UPDATE of one table based on values of another table -- is it possible?
there are various ways of doing this, the obvious way is:
update t1 set class = (select class from t2 where t1.animal = t2.animal)
--
greg
Received on Thu Nov 18 1999 - 03:24:02 CST
![]() |
![]() |