Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Coherence Filtering?

WhatsGoingOnHereJul 27 2013 — edited Jul 30 2013

I have a simple Cache with 5 fields.  One field being a TimeStamp field.  In my Java App, how would I query this cache for the following SQL?

Select * from cache where TimeStampField = ( select distinct(max("TimeStampField)) from Cache)

I can't seem to find anything on how to filter like this.

Any help appreciated.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2013
Added on Jul 27 2013
2 comments
530 views