数据库 
首页 > 数据库 > 浏览文章

mysql用一个表更新另一个表的方法

(编辑:jimmy 日期: 2024/10/18 浏览:3 次 )

Solution 1:  修改1列

update student s, city c
set s.city_name = c.name
where s.city_code = c.code;

Solution 2:  修改多个列

update  a,  b

set a.title=b.title, a.name=b.name
where a.id=b.id

Solution 3: 采用子查询

update student s set city_name = (select name from city where code = s.city_code);

以上这篇mysql用一个表更新另一个表的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。

上一篇:Mysql数据库性能优化之子查询
下一篇:mysql 行列动态转换的实现(列联表,交叉表)
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网 SiteMap