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.
Asked
Active
Viewed 3,508 times
1 Answers
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