Jason Huynh created GEODE-4327:
----------------------------------
Summary: OQL Support for Modulus & Other Arithmetic Operators
Key: GEODE-4327
URL: https://issues.apache.org/jira/browse/GEODE-4327
Project: Geode
Issue Type: Bug
Components: querying
Reporter: Jason Huynh
It would be nice to be able to do 'mod', '%', '+', '-', '/', '*' in a query and
have the corresponding arithmetic/mod calculation be evaluated in the query.
simple example:
"Select * from /region r where r.id % 12 = 1"
or
"Select * from /region r where r.age * 10 = 100"
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)