This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e2ee45c  Ninja remove '!=' operator from cql doc for CASSANDRA-16635
e2ee45c is described below

commit e2ee45cc74a725ddd7a5a8e937e15599aab5227a
Author: Brandon Williams <[email protected]>
AuthorDate: Tue Apr 27 08:53:32 2021 -0500

    Ninja remove '!=' operator from cql doc for CASSANDRA-16635
---
 doc/source/cql/dml.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/cql/dml.rst b/doc/source/cql/dml.rst
index 1308de5..c5874ab 100644
--- a/doc/source/cql/dml.rst
+++ b/doc/source/cql/dml.rst
@@ -49,7 +49,7 @@ Querying data from data is done using a ``SELECT`` statement:
    relation: `column_name` `operator` `term`
            : '(' `column_name` ( ',' `column_name` )* ')' `operator` 
`tuple_literal`
            : TOKEN '(' `column_name` ( ',' `column_name` )* ')' `operator` 
`term`
-   operator: '=' | '<' | '>' | '<=' | '>=' | '!=' | IN | CONTAINS | CONTAINS 
KEY
+   operator: '=' | '<' | '>' | '<=' | '>=' | IN | CONTAINS | CONTAINS KEY
    group_by_clause: `column_name` ( ',' `column_name` )*
    ordering_clause: `column_name` [ ASC | DESC ] ( ',' `column_name` [ ASC | 
DESC ] )*
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to