Try this:

SELECT *,

On Tuesday, September 8, 2015 at 8:08:13 PM UTC-4, Eric Lin wrote:
>
> So I haven't found a good solution to this, as of now I'm making this 
> query:
>
> SELECT *, out('hasEdge') as first_vertexes, out('hasEdge').out('hasEdge') 
> as second_vertexes FROM #11:1 FETCHPLAN first_vertexes:1 second_vertexes:1
>
> and in the resulting rows that I get I manually match the the in's and the 
> out's @rids for the first and second vertexes and building the nested 
> object before sending it in the json response.
>
> Seems like there must be a better way but I can't have this be a blocker 
> for me so... temporary solution until someone can figure something else out.
>
> Cheers,
> Eric
>

-- 

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