mysq 连表更新
Posted struts-pring
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysq 连表更新相关的知识,希望对你有一定的参考价值。
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 连表更新的主要内容,如果未能解决你的问题,请参考以下文章