SQL循环语句 详解 SQL循环语句 declare @i int set @i=1 while @i<30 begin insert into test (userid) values(@i) set … Continue reading SQL循环语句 详解