The offset into a record result set at which paging begins is specified by the query's No parameter, which has the following syntax:

No=<number_of_records_offset>

The offset value specifies the first record that is returned in the query result. For example, if you want an MDEX Engine query to return a list of records that starts at the 20th record, you would use this in the query:

No=20

If the No parameter is not specified, the offset defaults to zero.


Copyright © Legal Notices