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'
发布时间: 2012-09-09 09:27:54 作者: rapoo
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'