欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

直接循環(huán)寫入數(shù)據(jù)

 更新時間:2006年08月24日 00:00:00   作者:  
有時候我們需要想數(shù)據(jù)中寫數(shù)據(jù)
declare @i int
set@i=1
while @i<30
begin
insert into table(id) values(@i)
set @i=@i+1
end 

相關(guān)文章

最新評論