Categories: Semistructured Data
MAP_VALUES
Returns all values from a map expression.
Syntax
MAP_VALUES(input map) → array
- input: A map expression for which to return an array of values.
Examples
MAP_VALUES exampleSELECT MAP_VALUES(properties)
-- ['Hardcover', '2002', 'Blue']
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.