0

I want to check a condition that column should not equals to null.I used both(!=, <>) but query gives error. I did not find any not equals to operates in Datastax tutorials. How I can implement not equals to in cqlsh query.

Community
  • 1
  • 1
Kishore
  • 5,761
  • 5
  • 28
  • 53
  • 1
    Possible duplicate of [How Can I Search for Records That Have A Null/Empty Field Using CQL?](http://stackoverflow.com/questions/20981075/how-can-i-search-for-records-that-have-a-null-empty-field-using-cql) – nukie Mar 17 '16 at 07:44

1 Answers1

0

For direct CQL queries this is probably not a good idea.

If really needed you could use SASI indices.

Cedric H.
  • 7,980
  • 10
  • 55
  • 82