我正在尝试在cql中执行此查询
select path_name, count(*) as cont from a_data where a_id=5 group by path_name order by cont limit 10;
出现以下错误:
invalidrequest:来自服务器的错误:code=2200[invalid query]message=“未定义的列名cont”
如果我在psql中执行类似的查询,它工作得很好,为什么cassandra不支持它呢?有人能帮忙吗?
cql版本信息:
cqlsh>显示版本[cqlsh 5.0.1 | cassandra 3.11.4 | cql spec 3.4.4 | native protocol v4]
暂无答案!
目前还没有任何答案,快来回答吧!