1
0
Fork 0
arangodb/Documentation/Examples/aqlbind

4 lines
66 B
Plaintext

FOR u IN users
FILTER u.id == @id && u.name == @name
RETURN u