如何在cassandra中查询!= null列.
Select * from tableA where id != null; Select * from tableA where name != null;
然后我想存储这些值并将它们插入到不同的表中.
cql cassandra
cassandra ×1
cql ×1