Subject MS SQL query to Firebird qury
Author polash26
Hi, I want to convert following MS SQL query to Firebird qury, can anybody tell me what will be the FB qury for that,

MS SQL query -> SELECT ID FROM Users (nolock)

I know it will be somwthing like, SELECT ID FROM Users INTO :UID;, but what I will have to do to replace nolock?

Cheers.



[Non-text portions of this message have been removed]