为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:8
【操作系统】:windows
【CPU】:
【问题描述】*:执行时一直是 正在依次执行的状态
update book set PId = t2.PId,SortCode = t2.SortCode
from (select top 1 PId,SortCode from book where id =‘3a5c71b1-ff20-459e-8d62-a55a3a54283e’) t2
where Id=‘b9f85a9b-095a-4b01-8c26-64de5a85f306’;
是不是产生了事务锁