Subject Display X number of records
Author skotaylor
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?