Subject | Selecting Records |
---|---|
Author | Sandeep |
Post date | 2001-02-14T20:21:10Z |
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
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