Returns all keys from a map expression.
input: A map expression for which to return an array of keys.
Examples
SELECT MAP_KEYS(properties) -- ['Cover', 'Publication Year', 'Color']
Last updated 1 year ago