Hi Dlp Net,

Assuming #12:0 is the User @rid, you can use, for example :

SELECT *, $Config FROM #12:0 LET $Config = 
first(out('Uses').include('prop_one','prop_two'))

OR

SELECT *, $Config AS userConfig FROM #12:0 LET $Config = 
first(out('Uses').exclude('@rid'))

OR

SELECT * FROM #12:0 FETCHPLAN out_Uses:2
(but more complex to read cause you pass through the 'Edge' record)


-- 

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