Guys I need help in writing OrientDB query or maybe function if it cannot 
be done with single query.

So we have a Schema like this:

Verticies:

Product
Comment
User
Order

And Edges:

Product -> HasComment -> ProductComment
User -> HasBought -> Order
User -> AnsweredOn -> Comment
Comment -> HasProduct -> Product

Simple queries that I can write from reading docs, works fine.
But for example: I want to find all products that one user bought, after 
his question-comment on this product was answered.

If my schema is not clear, just tell me, thanks.

-- 

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