Please activate JavaScript!
Please install Adobe Flash Player, click here for download

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 37 SORT: Sorting  The SORT keyword will force a sort of the list of intermediate results according to one or multiple criteria  Example (sort by first and last name first, then by id): FOR u IN users FOR l IN locations SORT u.first, u.last, l.id DESC  This is very similar to ORDER BY in SQL