mirror of https://github.com/apache/cassandra
Fix CQL doc
This commit is contained in:
parent
57f6f9291d
commit
dfd28d226a
|
|
@ -217,9 +217,6 @@ bc(syntax)..
|
|||
<column-definition> ::= <identifier> <type> ( PRIMARY KEY )?
|
||||
| PRIMARY KEY '(' <partition-key> ( ',' <identifier> )* ')'
|
||||
|
||||
<partition-key> ::= <partition-key>
|
||||
| '(' <partition-key> ( ',' <identifier> )* ')'
|
||||
|
||||
<partition-key> ::= <identifier>
|
||||
| '(' <identifier> (',' <identifier> )* ')'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue