Saturday, 1 December 2018

DB2 - with (nolock) equivalent for IBM DB2

Please subscribe on my YouTube Channel.


MS SQL Server 2008 :

Select * FROM MyTable as A with (nolock)


DB2: Uncomitted Read = WITH UR

SELECT * FROM myTable WITH UR

No comments:

Post a Comment