mysql update 用一個表更新另一個表

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.name=b.name where a.id=b.id 我的仍是喜歡第一個方法code
相關文章
相關標籤/搜索