Merge branch 'cassandra-2.0' into cassandra-2.1

This commit is contained in:
Tyler Hobbs 2014-10-31 14:16:45 -05:00
commit d2309227c2
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.