2009/11/05 15:16

Oracle Update Join Hint



update /*+ bypass_ujvc */
(

select a.fd5, b.idx, b.name
  from ts_temp A, code_detail B
 where a.fd5 = b.name 

) set fd5 = ccode_idx

 

Trackback 0 Comment 0