当前位置:首页 > 数据库 > Oracle

oracle 高级update

merge into table_c c using table_m m on(c.username = m.username) when matched then update set c.userId = m.id;   ------将table_m中的id字段设置到table_c中userId字段

spool /tmp/insert2.log; ----设置执行日志文件

spool off; ------关闭日志

oracle 高级update

标签:

本文系统来源:http://www.cnblogs.com/zhonghan/p/4522542.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!