mirror of https://github.com/apache/cassandra
Fix typo in cqlsh insert documentation
Patch by Ricardo Devis Agullo; reviewed by Tyler Hobbs for CASSANDRA-4959
This commit is contained in:
parent
62386f13e5
commit
ef14f51655
|
|
@ -608,7 +608,7 @@ class CQL3HelpTopics(CQLHelpTopics):
|
|||
( <colname1>, <colname2> [, <colname3> [, ...]] )
|
||||
VALUES ( <colval1>, <colval2> [, <colval3> [, ...]] )
|
||||
[USING 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