Returns all values from a map expression.
input: A map expression for which to return an array of values.
Examples
SELECT MAP_VALUES(properties) -- ['Hardcover', '2002', 'Blue']
Last updated 1 year ago