需求描述: 今天在看一本mysql的书籍,发现一个mysql中insert into好用的技巧,就是通过 1条insert into语句,插入多行数据,而不是多个insert into语句.在此记录下. 测试过程: 1.常规的通过多个insert into语句插入多行数据 create table tab_ts01(id int,num01 int); ,); ,); ,); ,); 执行过程: mysql> drop table if exists tab_ts01; Query OK, ro