SQL2008如何把A表中的某列复制到B表中的某列 日期:2014-08-24 15:13:35 人气:1 SQL2008如何把A表中的某列复制到B表中的某列 用update from update B set col2 = a.col2from Awhere A.id = B.id