尝试使用以下查询在Cassandra中查找currendate的计数。
select count(*) from xyz.abctable where toDate(datetime)>=toDate(now());
这不起作用并给出错误消息:
语法异常:第1:55行在输入中没有可行的选择'('(...) 来自xyz.zbctable toDate
datetime的数据格式,需要与current进行比较并列出currentdate的计数。 2017-02-23 22:41:12.386000 + 0000