摘要:
Oracle 中用一个表的数据更新另一个表的数据 Oracle 中用一个表的数据更新另一个表的数据 最好的方法是用merge语法: merge into tab1 using tab2 on(tab1.id=tab2.id) when matched then update set tab1.val 阅读全文
posted @ 2019-08-23 08:44
TwinStudio
阅读(6396)
评论(0)
推荐(0)
浙公网安备 33010602011771号