1
0
Fork 0
arangodb/Documentation/Examples/aqlbindcollection

4 lines
61 B
Plaintext

FOR u IN @@collection
FILTER u.active == true
RETURN u