Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
SELECT city AS htowns
   FROM zips
   WHERE city LIKE 'H%' 


Subdocument and Array Fields

Querying subdocument and array data is supported automatically. Consider the following:

...