Sorting Records
To sort records in a Standard table, put the sort keywords between the find conditions and the limit.
[vehicles] <make "Chevy", SORT BY model ASC, LIMIT 5>
The sort keywords are:
- ASC
- DESC
...SORT BY const_name [ASC || DESC]...