uddate tableA set 列2=tableB.列2 from tableA tableB where tableA .列1=tableB .列1
update t1set 列2=t2.列2 from 表A T1,表B t2where t1.列1=t2.列1