mysql如何更新一个表中的某个字段值等于另一个表的某个字段值

来源:互联网 发布:智慧树网络课平台登录 编辑:程序博客网 时间:2024/05/17 07:39
update inner join on a.bid=b.id set a.x=b.x,a.y=b.y ;
0 0