alter table tb1 add 列名 列类型 null
goupdate a
  set a.列名=b.列名
 from tb1 a
   join tb2 b
     on a.主键=b.主键