DECLARE @a int SET @a = 0 WHILE @a<=10 BEGIN PRINT @a SET @a=@a+1 END
posted on 2009-06-09 18:12 王培 阅读(1208) 评论(0) 编辑 收藏 举报