UNNEST
All functions > ARRAY_OF_ROWS > UNNEST
Unnests an array of rows into a table of rows
Syntax
UNNEST(base)
sql
Arguments
Parameter | Type | Required | Description |
---|---|---|---|
base | ARRAYROW | Yes | Array of rows to unnest |
Returns
ROW - Unnested row
All functions > ARRAY_OF_ROWS > UNNEST
Unnests an array of rows into a table of rows
UNNEST(base)
Parameter | Type | Required | Description |
---|---|---|---|
base | ARRAYROW | Yes | Array of rows to unnest |
ROW - Unnested row