码迷,mamicode.com
首页 > 其他好文 > 详细

mysq 连表更新

时间:2019-10-09 12:10:21      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:null   tab   identity   join   phone   更新   set   code   _id   

update  table1 a   left join table2 b on a.id = b.user_id left join  table3 c on a.id = c.user_id
set a.phone_tel = null,
b.id_code = null,
c.identity_no = null,
c.identity_type = null
where a.phone_tel = ‘16718787005‘;

mysq 连表更新

标签:null   tab   identity   join   phone   更新   set   code   _id   

原文地址:https://www.cnblogs.com/Struts-pring/p/11640849.html

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