问题:修改A表中的字段,使A表与B表数据一致

循环?不对。

Update A Set A.Name = B.RealName, A.Display = B.DisplayName From B

Where A.Code = B.Code