PDF (US Ltr)
- 1.0Mb
PDF (A4)
- 1.0Mb
EPUB
- 0.7Mb
HTML Download (TGZ)
- 0.6Mb
HTML Download (Zip)
- 0.7Mb
Beta Draft: 2017-03-17
Table.select() and
collection.find() use different methods for
sorting results. Table.select() follows the
SQL language naming and calls the sort method
orderBy().
Collection.find() does not. Use the method
sort() to sort the results returned by
Collection.find(). Proximity with the SQL
standard is considered more important than API uniformity here.



