I want to grab a Vertex X that has connections to Y AND Z.

What I have so far:
SELECT in('Friends')[0] as FriendsIn, out('Family')[0] as FamilyOut 
FROM User
WHERE (
FriendsIn = #30:0
  AND
  FamilyOut = #24:0
)
But the WHERE clause conditions does not seem right. Can someone help me 
out?

-- 

--- 
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