SQL Server - are the locks acquired by UPDLOCK atomic

前端 未结 0 1247
我在风中等你
我在风中等你 2021-02-01 09:46

If you have a simple select with updlock statement as below :

select top 1 id from customer with (updlock, serializable) where guid = @guid;

will

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