mysql 同時更新幾個字段

UPDATE A a
	LEFT JOIN B b ON a.x = b.x
SET 
	a.a1 = b.b1,
	a.a2 = b.b2
WHERE
	a.a3 = xxx
相關文章
相關標籤/搜索