Fix CQL doc imprecision
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d28cf3ea Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d28cf3ea Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d28cf3ea Branch: refs/heads/cassandra-2.0 Commit: d28cf3eabda8c78ed6b6bc578392643de5d1476f Parents: 8d6271d Author: Sylvain Lebresne <sylv...@datastax.com> Authored: Wed Sep 18 17:53:29 2013 +0200 Committer: Sylvain Lebresne <sylv...@datastax.com> Committed: Wed Sep 18 17:53:29 2013 +0200 ---------------------------------------------------------------------- doc/cql3/CQL.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/d28cf3ea/doc/cql3/CQL.textile ---------------------------------------------------------------------- diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 168a05d..e0cea80 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -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 )?