码迷,mamicode.com
首页 > 数据库 > 详细

oracle 高级update

时间:2015-05-22 16:44:32      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!