SQL Server Update 语句使用Nolock 语法

Update talblename set Column='XX' from Table TableName with(nolock) where XXX

原文地址:https://www.cnblogs.com/a121984376/p/4612531.html