質問

In MS SQL Server 2008 you can write like this:

FROM EMPLOYEE as A with (nolock)

Is there an equivalent syntax for DB2 9.7? Thanks

役に立ちましたか?

解決

DB2: Uncomitted Read = WITH UR

SELECT * FROM whatevertable WITH UR
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top