mirror of https://github.com/apache/cassandra
Fix CQL doc imprecision
This commit is contained in:
parent
8d6271ddf2
commit
d28cf3eabd
|
|
@ -602,7 +602,7 @@ bc(syntax)..
|
|||
|
||||
<relation> ::= <identifier> ('=' | '<' | '>' | '<=' | '>=') <term>
|
||||
| <identifier> IN '(' ( <term> ( ',' <term>)* )? ')'
|
||||
| TOKEN '(' <identifier> ')' ('=' | '<' | '>' | '<=' | '>=') (<term> | TOKEN '(' <term> ')' )
|
||||
| TOKEN '(' <identifier> ( ',' <identifer>)* ')' ('=' | '<' | '>' | '<=' | '>=') <term>
|
||||
|
||||
<order-by> ::= <ordering> ( ',' <odering> )*
|
||||
<ordering> ::= <identifer> ( ASC | DESC )?
|
||||
|
|
|
|||
Loading…
Reference in New Issue