Hi Maarten, 

If i understand your problem, this is the query for create an edge 
BelongsTo between task.status="open" and project.name="abc":

create edge BelongsTo from (select from Task where status="open") to 
(select from Project where name="abc")

Bye, Giulia


-- 

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