| Subject | select top row |
|---|---|
| Author | polash26 |
| Post date | 2005-11-19T13:41:30Z |
What is the equivalent query in FireBird for the following MS SQL query
[ select top 1 * from users where name='name' ]
Thanks for any reply.
[ select top 1 * from users where name='name' ]
Thanks for any reply.