How to insert multiple rows in a table with single row?

后端 未结 0 1619
感情败类
感情败类 2021-01-12 04:20

I Have a table where I am trying to insert multiple rows into a single column... Any easy way of doing this ?

insert into tableA
(name) values(
\'A\',
\'B\',
         


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