I had this working in 1.3.graphed

F -------------> FM --------------------------> S
     C (Edge)               T(Edge)

select in.out.in.out[@class='F'].F1 , in.out[@class='FM'].FM1 , S1
 from 
(select flatten(out.in) from FM)

Now 

If I start from T which is an Edge

select outV().FM1  from T                              ------ RESULT  gives 
me FM first column value

select expand(outV().in()) from T                    -------RESULt gives me 
F values but without using expand is there a way because expand doesn't 
allow projections and other column values can't come

\CG

-- 

--- 
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/groups/opt_out.

Reply via email to