摘要: 第一步:创建表 1 declare @countInt int 2 declare @age int 3 set @age =20 4 set @countInt=1 5 while(@countInt=50)14 begin15 set @age=25;16 end17 18 end19 ... 阅读全文