>
> Is != supported as part of the where clause in Cassandra?
>

It's not.

Or is it the grammar for some other purpose?
>

It's supported in 'IF' conditions. You can do something like:
  SELECT * FROM foo WHERE k = 0 IF v != 3;

--
Sylvain

Reply via email to