join(var1,var2[,var3,…])

This function takes any number of variables as arguments, and outputs a new column formed by appending all the inputs vertically. The length of the output is the sum of the lengths of all the inputs. The inputs may be of any variable type, but if they are not all numerics, they must all be the same type.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.