mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
Our documentation of SELECT https://docs.scylladb.com//getting-started/dml suggests that like a "=" operator exists, there is also a "!=" operator. However, this is not true: The != operator (which is recognized by the parser) is not allowed in WHERE clauses. This test verifies that this is indeed the case - neither Cassandra nor Scylla allow this operator in WHERE clauses. Refs https://github.com/scylladb/scylla-doc-issues/issues/732 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210426165511.318066-1-nyh@scylladb.com>