Insert into 同时插入多条数据

上一篇 / 下一篇  2011-01-05 15:39:34 / 个人分类:数据库

Insert into  表名(ID,User,Date,status)


select newID(),'A','2010-12-01','正常'


union all select newID(),'B','2010-12-02','正常'


union all select newID(),'C','2010-12-03','正常'


TAG:

 

评分:0

我来说两句

Open Toolbar