Hello,

sorry for the (maybe) basic question but I would like to get all the data
from the current vertex and also from the expanded ones.
For example:

V1 = users
V2 = configs

V1------>Uses (E) ---> V2


I m already getting everything from V2 (config) with this request:

select expand(out()) from users where userID="john"

but I have to do a second request

select from users when userID="john"

to also get the information from the initial vertex (user)

Is there a way to do that only with one request ?

Thanks.

-- 

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