Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
Description
[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.
[AND TTL <timeToLive>]];
Also it was not clear to me initially that you could just do:
USING TTL <timeToLive>
But maybe that is just me.
Attachments
Attachments
Issue Links
- duplicates
-
CASSANDRA-4879 CQL help in trunk/doc/cql3/CQL.textile outdated
- Resolved
- is related to
-
CASSANDRA-7225 show CQL help in cqlsh in web browser
- Resolved