1
0
Fork 0
arangodb/Documentation/Examples.Ahuacatl/aqlsort

4 lines
68 B
Plaintext

FOR u IN users
SORT u.lastName, u.firstName, u.id DESC
RETURN u