Instead of the IN clause, you can:
update emp x
set sal = (select sal from temp0430 y where y.empno=x.empno)
where x.empno = y.empno
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |