Subject Selecting Records
Author Sandeep
I have a table with "Number" as the primary key.
I want to select first n records without the where clause
(like[ where "Number" > 1 and "Number" <11]) or something
similar. The use can delete delete a record and in that case the
above where clause will not return 10 records as expected.

Sandeep