sql脚本批量插入Insert into Student(Sno,Sname,Ssex,Sage,sdept) select 95001,李勇,男,20,CS
sql脚本批量插入 Insert into Student(Sno,Sname,Ssex,Sage,sdept) select '95001','李勇','男','20','CS' union all select '95002','刘晨','女','19','IS' union all ...... select '96003','李四','男',18,'IS'