易百教程

5、什么是多插入?

使用多个插入语句将数据记录插入表中称为多插入。我们可以通过在下一个语句中的关键字 INSERT 前面放置一个分号来实现它,而不是用分号终止第一个语句。

Insert into Cname "select * from customer";

Insert into amount "select * from customer";