最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

gemfire - How to query Apache Geode cache to get the data older than 1 hour? - Stack Overflow

programmeradmin0浏览0评论

In Apache Geode (gemfire), I have a object which has field called CreatedOn (sample value 2025-03-02) and createdAt(07:15:20). I want to query over Gemfire region to get the all records/data which is older than 1 hr from the current date. How can we do that?

select * from /Sampleregion where system = 'ABC' and status = 'DRAFT' and createdOn = TO_DATE('2025-02-03','yyyy-MM-dd')

Here I'm only intersted to get last 1 hour records.

发布评论

评论列表(0)

  1. 暂无评论