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

4 lines
66 B
Plaintext

FOR u IN users
FILTER u.active == true && u.age < 39
RETURN u