ARRAY_TO_STRING¶
ARRAY_TO_STRING(arr, sep)
Converted the input array arr
to a string by casting all values to strings (using TO_VARCHAR
)
and concatenating them (using sep
to separate the elements).
ARRAY_TO_STRING(arr, sep)
Converted the input array arr
to a string by casting all values to strings (using TO_VARCHAR
)
and concatenating them (using sep
to separate the elements).