请点击这里到最新论坛,这是由搜索引擎产生的静态网页,不保证连接及格式有效,
declare @i intset @i=1while @i<30begin insert into test (userid) values(@i) set @i=@i+1end