Hi, I need some help formulating a graph query in OrientDB Community 2.0.3. 
I'm verifying the syntax in SQL before I convert it to Java.

My graph structure looks like this, "[name]" is a Vertex class and "(name)" 
is an Edge class and "->" represents the direction of the relationship. 
Every Vertex has a UUID as property "Id":

     
`[Project]->(RELATED_TO)->[Client]->(RELATED_TO)->[Company]->(RELATED_TO)->[Employee]`

What is the SQL that allows me to ask: "Given Employee with 
id='1234-1234-5678', show me all of the Projects (or Clients) connected to 
him." I've scoured all the documentation I can find, but I'm stumped.

Thanks very much!

Patrick

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" 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