typo in cql help

This commit is contained in:
Dave Brosius 2013-01-24 17:52:39 -05:00
parent cc66c73ba6
commit edda8f0575
1 changed files with 1 additions and 1 deletions

View File

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