-- 通过b表更新a表
update a001 a set name = b.name,age = b.age
from a002 b where  a.id= b.id

更多推荐