ARRAY_CAT¶
ARRAY_CAT(A, B)
Takes in two arrays and returns an array of all the elements from the first array followed by all the elements in the second array.
ARRAY_CAT(A, B)
Takes in two arrays and returns an array of all the elements from the first array followed by all the elements in the second array.