mirror of https://github.com/apache/cassandra
Change 3.0 => 2.2 in CQL3 documentation
This commit is contained in:
parent
e8766e53d1
commit
d085ebb4cb
|
|
@ -1498,7 +1498,7 @@ See "@CREATE AGGREGATE@":#createAggregateStmt and "@DROP AGGREGATE@":#dropAggreg
|
|||
|
||||
h2(#json). JSON Support
|
||||
|
||||
Cassandra 3.0 introduces JSON support to "@SELECT@":#selectStmt and "@INSERT@":#insertStmt statements. This support does not fundamentally alter the CQL API (for example, the schema is still enforced), it simply provides a convenient way to work with JSON documents.
|
||||
Cassandra 2.2 introduces JSON support to "@SELECT@":#selectStmt and "@INSERT@":#insertStmt statements. This support does not fundamentally alter the CQL API (for example, the schema is still enforced), it simply provides a convenient way to work with JSON documents.
|
||||
|
||||
h3(#selectJson). SELECT JSON
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue