| Subject | Re: [firebird-support] Display X number of records |
|---|---|
| Author | Florian Hector |
| Post date | 2004-08-27T18:47:10Z |
> I have a table with unknown amount of records, I can display theSELECT FIRST 20 SKIP 20 * FROM myTable;
> first 20 records with:
> SELECT FIRST 20 * FROM myTable;
>
> How can I display the next 20 and so on?
Florian