会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
新随笔
订阅
管理
2015年1月18日
mysql用一个表更新另一个表
摘要: 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.na
阅读全文
posted @ 2015-01-18 17:16 emanlee
阅读(26646)
评论(0)
推荐(1)