
询语
复制selecttop 10 * from dbo.test with(NOLOCK) selecttop 10 * from dbo.test with(HOLDLOCK) selecttop 10 * from dbo.test with(XLOCK) selecttop 10 * from dbo.test with(UPDLOCK) update dbo.test with(HOLDLOCK) set username=wokofo update dbo.test with(XLOCK) set username=wokofo update dbo.test with(UPDLOCK) set username=wokofo 1.2.3.4.5.6.7.8.9.
作者:域名