ARRAY
type (Databricks SQL)
Represents values comprising a sequence of elements with the type of elementType
.
Syntax
ARRAY < elementType >
elementType
: Any data type defining the type of the elements of the array.
Literals
See array function (Databricks SQL) for details on how to produce literal array values.
See [ ] operator for details how to retrieve elements from an array.