This section contains reference documentation for the arrayConcatInt function.
Last updated 2 years ago
Was this helpful?
Concatenates two arrays of ints.
arrayConcatInt('colName1', 'colName2')
These examples are based on the .
select DivWheelsOffs, arrayConcatInt(DivWheelsOffs, DivWheelsOns) AS concatIds from airlineStats WHERE arraylength(DivWheelsOffs) >= 2 limit 5
1453,1731
1453,1731,1415,1623
1908,1758
1908,1758,1339,2310