Thank you, One last question, if instead of using the graph model, I use the document model, where classes do not inherit from V. How could I do this done previously (get all records embedded and not)?
El martes, 8 de noviembre de 2016, 15:46:47 (UTC+1), [email protected] escribió: > > Hi, > you could use this query > > select expand($c) > let $a = ( select expand(City) from v), > $b = ( select from city ), > $c = unionAll($a,$b) > > Best regards, > Alessandro > -- --- 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.
