insert into student(sno,sname,ssex,sdept,sage) select fields from table or insert into student(sno,sname,ssex,sdept,sage) select '200215128','陈冬','男','IS','18' union all select '200215129','陈冬','男','IS','18' ......
insert into Student (Sno,sname,ssex,sdept,sage) select '200215128','陈冬','男','IS','18' union all select '200215128','陈冬','男','IS','18' union all select '200215128','陈冬','男','IS','18' union all select '200215128','陈冬','男','IS','18' union all select '200215128','陈冬','男','IS','18' union all select '200215128','陈冬','男','IS','18'