mirror of https://github.com/apache/cassandra
typo in cql help
This commit is contained in:
parent
cc66c73ba6
commit
edda8f0575
|
|
@ -648,7 +648,7 @@ class CQL2HelpTopics(CQLHelpTopics):
|
|||
VALUES ( <colval1>, <colval2> [, <colval3> [, ...]] )
|
||||
[USING CONSISTENCY <consistencylevel>
|
||||
[AND TIMESTAMP <timestamp>]
|
||||
[AND TTL <timeToLive]];
|
||||
[AND TTL <timeToLive>]];
|
||||
|
||||
An INSERT is used to write one or more columns to a record in a
|
||||
CQL table. No results are returned.
|
||||
|
|
|
|||
Loading…
Reference in New Issue