4D v14.3SCAN INDEX |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
SCAN INDEX
SCAN INDEX
SCAN INDEX returns a selection of number records from the table containing the aField field. If you pass <, SCAN INDEX returns the number of records from the end of the index (high values). If you pass >, SCAN INDEX returns the number of records from the beginning of the index (low values). This command is very efficient because it uses the index to perform the operation. Note: The selection obtained is not sorted. SCAN INDEX only works on indexed fields. This command changes the current selection of the table for the current process and loads the first record of the selection as the current record. If you specify more records than exist in the table, SCAN INDEX will return all the records. The following example mails letters to 50 of the worst customers and then to 50 of the best customers: SCAN INDEX([Customers]TotalDue;50;<) ` Get the 50 worst customers |
PROPERTIES
Product: 4D
HISTORY
Created: < 4D v6 SEE ALSO
ORDER BY ARTICLE USAGE
4D Language Reference ( 4D v12.4) Inherited from : SCAN INDEX ( 4D v11 SQL Release 6) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||