Hi Renzo, if you want to obtain data from Business and BusinessLocation after the checks you can use this query:
select expand($ris) let $a = (select from Business where title = 'negocio 1'), $b = (select from BusinessLocation where address = 'Direccion prueba nro 2 negocio 1'), $ris = unionAll($a,$b) and here's the output: <https://lh3.googleusercontent.com/-mqkcGHPqBHI/VqbFe9DqokI/AAAAAAAAAA0/1aF8E7IwSTU/s1600/Img2.png> Is it what you're looking for ? -- --- 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.
