对于我的Cassandra数据库,我需要在列中为表中的所有行设置一个值.
我在SQL中看到,我们可以做到:
UPDATE table SET column1= XXX;
但在CQL(在cqlsh中),它不起作用!我不希望逐行更新,直到9500行.
你有什么建议吗?
谢谢 :)
database cql cassandra cql3 cqlsh
cassandra ×1
cql ×1
cql3 ×1
cqlsh ×1
database ×1