Fix CQL doc imprecision

This commit is contained in:
Sylvain Lebresne 2013-09-18 17:53:29 +02:00
parent 8d6271ddf2
commit d28cf3eabd
1 changed files with 1 additions and 1 deletions

View File

@ -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 )?