Subject Limiting records returned
Author Stevio
With InterBase, is there a way to limit the number of records returned?

What I mean is, if 1000 records match the SELECT statement of the query, can
you specify that you only want 100 records returned? If they were sorted
alphabetically, you'd want the first 100, with the option to then get the
next 100, etc.

How could I do this?

Thanks,
Stephen