Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> updation problem
Suppose i am having two tables say:
t_try1:column name EmpName,Empid(PK),tid
t_try2:column name Tname,Empid(FK),tid
in t_try1 there are non-null values..
in t_try2 "tid" is a new column added...Now i want to fill this column
with the t_try1.tid.
I am unable to get a correct update query.
Received on Mon Mar 27 2006 - 03:05:11 CST
![]() |
![]() |