Hello,

I want to read edge property along if the edge's outV's particular property 
match with given condition, below is my sample query.

select uFBName,uFBEmail, uFBPhoto, (inE('FBRequest')[inE('FBRequest').outV
()._id='101'].include('status') from (select expand(out('FBRequest')) from 
friend where _id='101')

Please suggest me solution.

-- 

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