sql server 关联更新时间:2021-11-21 16:43:38update a set a.name1 = b.name1, a.name2=b.name2from 表A a, 表B b where a.id=b.id