Categories: Semistructured Data
MAP_KEYS
Returns all keys from a map expression.
Syntax
MAP_KEYS(input map) → array of strings
- input: A map expression for which to return an array of keys.
Examples
MAP_KEYS exampleSELECT MAP_KEYS(properties)
-- ['Cover', 'Publication Year', 'Color']
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.