2014-11-03 33 views

回答

0

請在兩個表進行JOIN

update t1 
set [value] = t2.columnValue 
from table1 t1 
join table2 t2 on t2.columnName = t1.ColumnName