Hai,

I want to find the percentage  of two values in query itself,

My query is,

select in('customer_has_custom_offer').size() as *customer_reach*, 
in_customer_has_custom_offer['is_used=true'].size() as* is_used* from 
(select expand(out('store_has_custom_offer')) from #48:999) where 
is_deleted = 0 

>From the above query i want to find the percentage between *customer_reach *
and *is_used* *. *Because using that percentage value i have sort it ie use 
order by . 
So is it possible to find the percentage

-- 

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