Pregunta

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

¿Fue útil?

Solución

DB2: Uncomitted Read = WITH UR

SELECT * FROM whatevertable WITH UR
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top