Which aggregate field UPDATE SQL is more efficient?

后端 未结 0 1478
南方客
南方客 2020-12-15 12:09

In SQL Server there seems to be a few ways to update a field with an aggregate function. The two forms I\'m interested in are :

UPDATE t1
SET t1.field1 = t2.f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题