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

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

相關文章
相關標籤/搜索