I have two nodes that have relationship CreatedBy: 

create vertex Country set name = 'Country-01-01' 

create vertex Tenant set name = 'Tenant-01' 

create edge CreatedBy from (select from Country where name = 'Country-01-01'
) to (select from Tenant where name = 'Tenant-01') 

How do I query for all nodes that where created by 'Tenant-01'?

-- 

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