SQL Server更新表(用一張表的數據更新另外一張表的數據)

a) 寫法輕鬆,更新效率高:html   update table1 post   set field1=table2.field1,field2=table2.field2 htm   from table2 where table1.id=table2.idblog 或者寫成:it   update table1 io   set field1=b.field1,field2=b.field2
相關文章
相關標籤/搜索