insert into student
select 'wenmo',123,1,2,3 union
select 'hello',123,1,2,3 union
select 'world',123,1,2,3;