In SQL we have the WITH (NOLOCK) option to speed up queries in most cases, dirty reads.In SWQL queries do we have a similar option?
Checked with Architecture and you should be able to use WITH NOLOCK without parentheses.
I tried with no success.
The error is get in SWQL Studio is: no viable alternative at input 'WITH'
After I type 'WITH', a drop down box appears with some operands, 'NOLOCK' does not appear. Tried brackets, no brackets.