I want to insert each element from an array as the rows of a column.
Example:
array = [1,2,3,2];
the result will be:
column1 | ---------