一个insert into可以有一个values与之对应。要放入多条数据可以用 insert into tab_name1(col1,col2,col3...) select col1,col2,col3... from tab_name2 where ...;