Insert array as column in Node.js

前端 未结 0 1485
傲寒
傲寒 2021-01-25 14:24

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 | 
---------
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题