CQL Query Statement

From GM-RKB
Revision as of 23:50, 26 February 2021 by Gmelli (talk | contribs) (Text replacement - "** ..." to "** …")
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