• + 0 comments

    Declare @i int =20 while @i>0 begin print REplicate('*',@i) set @i=@i-1 end

    for ms sql server