On this page

    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 example
    SELECT MAP_VALUES(properties)
    -- ['Hardcover', '2002', 'Blue']