1
0
Fork 0
arangodb/Doxygen/Examples.Ahuacatl/aqlcollect

5 lines
87 B
Plaintext

FOR u IN users
COLLECT city = u.city INTO g
RETURN { "city" : city, "users" : g }