array_join
function
Applies to: Databricks SQL
Databricks Runtime
Concatenates the elements of array
.
Arguments
array
: Any ARRAY type, but its elements are interpreted as strings.delimiter
: A STRING used to separate the concatenated array elements.nullReplacement
: A STRING used to express a NULL value in the result.