Using SQL WITH (NOLOCK) on the same tables with JOIN query

后端 未结 0 443
情歌与酒
情歌与酒 2021-02-08 22:32

I need to use nolock a table but I have problems with the nolock because the table is used in the same join.

This is my original query:

SELECT ...
FROM tab         


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