try this...
update temp_schedrcpts u
set manu_item = (select imlitm from F4101 x
where x.imaitm = u.legacy_item)
where exists (select 1 from F4101 x
where x.imaitm = u.legacy_item);
|
Results 1 to 10 of 13
Thread: Urgent help needed!!Threaded View
|
Click Here to Expand Forum to Full Width |