MySQL 通过存储过程批量插入数据

今天我们来演示一下使用 MySQL 的存储过程来批量插入数据。

  1. 新建数据库

create database bigData;<br>use bigData;<br>