access.by
Defines (ascending) sort key in Access sentence.
Syntax
by attr.name {by attr.name ...}
Description
designates a sort key, in ascending order. It must be is followed by an 'attr.name'.
In Advanced Pick, 'by' may be used with any verb that lists or selects items, such as 'list' or 'select'. R83 did not allow 'by' to be used with 'non-sorting' verbs, and was simply ignored.
Example
sort entity by zip
sselect invoices by date by customer
sort entity with name = '[mike]' by name
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
