DECLARE @count INT DECLARE @max INT SET @count = 0 SET @max = 5 WHILE (@count<@max) BEGIN SELECT @count Set @count=@count+1 END
沒有留言:
張貼留言