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

5 lines
120 B
Plaintext

FOR u IN users
FOR f IN friends
FILTER u.active == true && f.active == true && u.id == f.userId
RETURN u.name