description Returns all keys from a map expression. MAP_KEYS Syntax MAP_KEYS(input map) → array of strings input: A map expression for which to return an array of keys. Examples {% code title="MAP_KEYS example" %} SELECT MAP_KEYS(properties) -- ['Cover', 'Publication Year', 'Color'] {% endcode %}