标签:blog http io ar sp for div on art
在mssql还可以这样
insert into tablefortest(a,b)
select 1,2
union
select 3,4
union
select 5,6
在mysql可以这样
insert into tablefortest(a,b)values(1,2) ,(3,4) ,(5,6) 标签:blog http io ar sp for div on art
原文地址:http://www.cnblogs.com/CaptainLin/p/4104145.html