mysql用一个表更新另一个表的方法 Solution 1: 修改1列 update student s, city c set s city_name = c name where s city_code = c c Mysql 2022-04-11 218 点赞 3 评论 330 浏览