Subject | Display X number of records |
---|---|
Author | skotaylor |
Post date | 2004-08-27T18:19:46Z |
Hello,
I have a table with unknown amount of records, I can display the first
20 records with:
SELECT FIRST 20 * FROM myTable;
How can I display the next 20 and so on?
I have a table with unknown amount of records, I can display the first
20 records with:
SELECT FIRST 20 * FROM myTable;
How can I display the next 20 and so on?