SQL SERVER 使用select和union插入多条数据

insert into A(A)
select '2' union
select '3' union
select '100'
go

select * from A

  

posted on 2014-01-10 10:23  程序猴chengxuhou.com  阅读(569)  评论(0编辑  收藏  举报

导航