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

4 lines
79 B
Plaintext

FOR u IN users
FILTER u.type == "newbie" && u.active == true
RETURN u.name