문제

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