通过一张表的数据去修改另一张表的数据

update table1 set table1.列=table2.列 from table2 where table2.列=table1.列