【发布时间】:2012-04-24 19:24:21
【问题描述】:
我一直在尝试使用以下命令从 Cassandra 数据库中检索数据:
select A_NO from Activity where CALL_TYPE IN ('MOC');//here CALL_TYPE is not the row id
但它的表现:
Expected key 'KEY' to be present in where clause for 'Activity'
在 cassandra 中是否不可能在非主键的帮助下过滤数据?
【问题讨论】:
标签: select primary-key cassandra where cql