If i execute the below query,
select sum($service.gross_value) as total from #25:1073 let $service =
(select expand(out('store_has_billing')['is_deleted = false']) from (select
expand(out('network_has_store')['is_deleted = false']) from
$parent.$current))
am get result.
But if i expand again, then am not getting answer,
select sum($service.gross_value) as total from #25:1073 let $service =
(select expand(out('billing_has_billing_services')) from (select
expand(out('store_has_billing')['is_cancel = false']['is_deleted = false'])
from (select expand(out('network_has_store')['is_deleted = false']) from
$parent.$current)))
Any please give suggestion or alternative way for this?
--
---
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.