Can anyone help me with fecthing exactly last 24 hr data directly using gemfire OQL or some custom java code.
i tried using LIKE query and fetch two days of data but i am not sure how two pass dynamic data in gemfire query since everything is treated as string.
Check out the query docs: https://docs.vmware.com/en/VMware-GemFire/10.0/gf/getting_started-querying_quick_reference.html
Here's an example of how to use bind parameters.