ARRAY_JOIN
Concatenates the elements of the given array using the specified delimiter.
Syntax
Arguments
X
X
Type: array
An array of any value type.
DELIMITER
DELIMITER
Type: string
The delimiter used to join the values within the array.
Returns
Type: string
The values of the array X
joined with DELIMITER
.
Examples
Transformation job example
SQL
Query result
Last updated