Change 3.0 => 2.2 in CQL3 documentation

This commit is contained in:
Tyler Hobbs 2015-05-19 11:48:58 -05:00
parent e8766e53d1
commit d085ebb4cb
1 changed files with 1 additions and 1 deletions

View File

@ -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