oracle用一张表数据更新另一张数据_百度知道
最佳答案: update table1 set num1 = num1 + (select nvl(num2,0) from table2 where table2.id = table1.id)--你看看是不是你要的更多关于oracle 从一张表中取出最新数据更新到另一张中的问题>>
求oracle 从一个表中取出数据作为参数 修改另一个表的sql语句
[专业]答案:有两种情况:1.查询a表结果,作为更新b表的条件;updatetable_bsetcol_1='123'wherecol_2in(selectcol_22fromtable_awhere...);2.查询a表结果,用来...更多关于oracle 从一张表中取出最新数据更新到另一张中的问题>>