CQL Query Statement

From GM-RKB
Revision as of 22:13, 16 June 2021 by Gmelli (talk | contribs) (Text replacement - ". ---- " to ". ---- ")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A CQL Query Statement is a query statement expressed in the CQL Language.

  • Example(s):
    • SELECT Name, Occupation FROM People WHERE key IN (199, 200, 207) ;
    • SELECT FIRST 3 REVERSED 'time199'..'time100' FROM Events ;
    • SELECT COUNT(*) FROM system.Migrations ;
  • Counter-Example(s):
  • See: SQL Query Statement.


References

2011