I have a collection called "*Person*". Each person has an attribute called "
*name*". By below query in *Arango Web Interface*, I can get person which 
has special *p.name*:

FOR p IN Person
FILTER *p.name == 'myname'*
 RETURN {
   name: p.name
 }

How can I run top query in JAVA?

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to