Ok, if i use the new include method:
select Name, out('Situated').include('City') from Customer
I obtain a result similar to:
[{
Name: 'Marco',
Location: [
{City: 'Roma'}
]
},
{
Name: 'Fabio',
Location: [
{City: 'Genova'},
{City: 'Milano'}
]
}]
but can i retreive the Label field in the edge Situated ?
If i use
select Name, out('Situated').include('City', 'in_Situated.Label') from
Customer
the result is the same that i wrote upstairs
--
---
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.