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

SQL中更新A表的字段数据到B表的字段

时间:2016-01-16 19:10:47      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:

update t_test1 set name = (select name from t_test2 b where t_test1.id = b.id) 

SQL中更新A表的字段数据到B表的字段

标签:

原文地址:http://www.cnblogs.com/wolongjv/p/5136015.html

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