Subject | How to limit result rows like MySQL? |
---|---|
Author | hkuser2001 <ibo@cmsweb.com> |
Post date | 2002-12-12T02:10:46Z |
Dear all,
In MySQL, I can limit the result rows like:
select aField from aTable order by aDate limit 1;
The result will be limited to 1 row.
How can I archieve the same in Firebird?
Thanks.
Michael
In MySQL, I can limit the result rows like:
select aField from aTable order by aDate limit 1;
The result will be limited to 1 row.
How can I archieve the same in Firebird?
Thanks.
Michael