yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理
mysql把一个表的字段update成另一个表的字段根据id
1.填充activity表里面的creator字段,用org的founderid,其中activity的orgid要和org的id对应,具体sql语句如下:
update activity a inner join (select id,founderid from org o) c on a.orgid =c.id  set a.creator = c.founderid;
posted on 2017-02-10 18:36  xxxxxxxx1x2xxxxxxx  阅读(908)  评论(0编辑  收藏  举报