arrayConcatLong
This section contains reference documentation for the arrayConcatLong function.
Signature
Usage Examples
select mvCol1,
arrayConcatLong(mvCol1, mvCol2) AS concatLongs
from multiValueTable
WHERE arraylength(mvCol1) >= 2
limit 5Last updated
Was this helpful?

