CQL Query Statement

From GM-RKB
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