Fix typo in cqlsh insert documentation

Patch by Ricardo Devis Agullo; reviewed by Tyler Hobbs for
CASSANDRA-4959
This commit is contained in:
Ricardo Devis Agullo 2014-10-31 14:15:50 -05:00 committed by Tyler Hobbs
parent 62386f13e5
commit ef14f51655
1 changed files with 1 additions and 1 deletions

View File

@ -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.