Subject | Re: [firebird-support] Getting n number of rows from a table ... |
---|---|
Author | Florian Hector |
Post date | 2003-12-24T11:47:55Z |
Anand
Or Select First n Skip m * from ......
Florian
> SELECT TOP n * FROM <table> as used in MS Access/SQL Server...You can use Select First n * from ......
>
> While searching for this on the VB Forums, I also found another
> way of doing
> it in Oracle, using the Row_Num, but both these approaches have
> failed in
> Firebird.
Or Select First n Skip m * from ......
Florian