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

update inner join on a.bid=b.id set a.x=b.x,a.y=b.y ;code