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

update   a  inner   join   b  on   a.bid=b.id  set   a.x=b.x,a.y=b.y ;
相關文章
相關標籤/搜索