Subject | MS SQL query to Firebird qury |
---|---|
Author | polash26 |
Post date | 2005-10-15T11:20:05Z |
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]
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]