首页 > 数据库 > MySQL > 正文

mysql更新一个表里的字段等于另一个表某字段的值实例

2020-01-18 21:51:27
字体:
来源:转载
供稿:网友

如下所示:

update table1 as z left join table2 as zb on z.zcatId = zb.zcatId set z.zcatName = zb.zcatName where z.zcatName is null; 

以上这篇mysql更新一个表里的字段等于另一个表某字段的值实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持武林网。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表