INSERT INTO ... SELECT语句可完成一次插入一个数据块的功能,其语法结构为:

INSERT INTO <tablename>

[<column list>]

<SELECT statement>