Oracle 多字段 update

update table_a a
set (ca,cb,cc) = 
(select ca,cb,cc from table_b b where a.id=b.id)

这种多字段查询更新非常灵活、高效

posted @ 2021-01-11 21:46  notis  阅读(416)  评论(0编辑  收藏  举报