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

5 lines
72 B
Plaintext

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