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