ralphwiggum
Programmer
Does anyone know of a way to read past locked rows in table? I come from a MS SQL Server background and in that environment you could add a lock hint after the select to ignore locked rows, such as:
SELECT * FROM TABLE WITH(READPAST)
Just wondering if anyone knows of an equivalant functionality in AS400 world or a workaround to achieve this. Thanks in advance for your help
SELECT * FROM TABLE WITH(READPAST)
Just wondering if anyone knows of an equivalant functionality in AS400 world or a workaround to achieve this. Thanks in advance for your help