Skip to main content
Version: 0.0.1

MAP_VALUES

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

{{< codeheader "MAP_VALUES example" >}}

SELECT MAP_VALUES(properties)
-- ['Hardcover', '2002', 'Blue']