Subject | Re: [firebird-support] MS SQL query to Firebird qury |
---|---|
Author | David Johnson |
Post date | 2005-10-15T12:07:04Z |
Nothing - in an MGA database like Firebird, no locks are held by a
select statement.
Cheers!
select statement.
Cheers!
On Sat, 2005-10-15 at 11:20 +0000, polash26 wrote:
> 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.
>