oracle association update

update t2 set c=(select b from t1 where t1.a = t2.a)
where exists(select 1 from t1 where t1.a = t2.a)

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326856468&siteId=291194637