小编use*_*281的帖子

在cassandra中选择id!= null

如何在cassandra中查询!= null列.

Select * from tableA where id != null;
Select * from tableA where name != null;
Run Code Online (Sandbox Code Playgroud)

然后我想存储这些值并将它们插入到不同的表中.

cql cassandra

15
推荐指数
1
解决办法
2万
查看次数

标签 统计

cassandra ×1

cql ×1