You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2014/09/20 05:35:34 UTC

[jira] [Updated] (CASSANDRA-4959) CQLSH insert help has typo

     [ https://issues.apache.org/jira/browse/CASSANDRA-4959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Thompson updated CASSANDRA-4959:
---------------------------------------
    Labels: cqlsh  (was: )

> CQLSH insert help has typo
> --------------------------
>
>                 Key: CASSANDRA-4959
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4959
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Documentation & website
>    Affects Versions: 1.2.0 beta 2
>            Reporter: Edward Capriolo
>            Priority: Trivial
>              Labels: cqlsh
>
> [cqlsh 2.3.0 | Cassandra 1.2.0-beta2-SNAPSHOT | CQL spec 3.0.0 | Thrift protocol 19.35.0]
> Use HELP for help.
> cqlsh> help INSERT
>         INSERT INTO [<keyspace>.]<tablename>
>                     ( <colname1>, <colname2> [, <colname3> [, ...]] )
>                VALUES ( <colval1>, <colval2> [, <colval3> [, ...]] )
>                [USING TIMESTAMP <timestamp>]
>                  [AND TTL <timeToLive]];
> Should be. 
> {quote}
> [AND TTL <timeToLive>]];
> {quote}
> Also it was not clear to me initially that you could just do:
> {quote}
> USING TTL <timeToLive>
> {quote}
> But maybe that is just me.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)