mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-1.2' into trunk
Conflicts: build.xml debian/changelog
This commit is contained in:
commit
283b1a33b4
|
|
@ -61,9 +61,13 @@ h3. Comments
|
|||
|
||||
A comment in CQL is a line beginning by either double dashes (@--@) or double slash (@//@).
|
||||
|
||||
Multi-line comments are also supported through enclosure withing @/*@ and @*/@ (but nesting is not supported).
|
||||
|
||||
bc(sample).
|
||||
-- This is a comment
|
||||
// This is a comment too
|
||||
/* This is
|
||||
a multiline comment */
|
||||
|
||||
h3(#statements). Statements
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue