1
0
Fork 0
arangodb/Documentation/Examples/aqlqueryresulthomogenuous

7 lines
162 B
Plaintext

FOR u IN users
RETURN { "id" : u.id, "name" : u.name }
[ { "id" : 1, "name" : "John" },
{ "id" : 2, "name" : "Vanessa" },
{ "id" : 3, "name" : "Amy" } ]