次のコマンドを使用して、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では、非主キーを使用してデータをフィルタリングすることはできませんか?