No, you need to compute yourself now - 15mins. CQL3 does not offer built-in functions to deal with dates right now Le 24 sept. 2014 00:47, "Check Peck" <comptechge...@gmail.com> a écrit :
> > On Tue, Sep 23, 2014 at 3:41 PM, DuyHai Doan <doanduy...@gmail.com> wrote: > >> now - 15 mins > > > > Can I run like this in CQL using cqlsh? > > SELECT * FROM client_data WHERE client_id = 1 and last_modified_date >= > now - 15 mins > > When I ran the above query I got an error on my cql client - > > Bad Request: line 1:81 no viable alternative at input '-' > >