Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フィルター条件でキーをCassandra CF使用せずに複数の行を削除する方法はありますか?CQL query
Cassandra CF
CQL query
DELETE FROM [ColumnFamily] WHERE [NonKeyColumnName] = [Value] または のようなものDELETE FROM [ColumnFamily] WHERE [NonKeyColumnName] IS NULL?
DELETE FROM [ColumnFamily] WHERE [NonKeyColumnName] = [Value]
DELETE FROM [ColumnFamily] WHERE [NonKeyColumnName] IS NULL