You are viewing a single comment's thread. Return to all comments →
Declare @i int =20 while @i>0 begin print REplicate('*',@i) set @i=@i-1 end
for ms sql server
Seems like cookies are disabled on this browser, please enable them to open this website
Draw The Triangle 1
You are viewing a single comment's thread. Return to all comments →
Declare @i int =20 while @i>0 begin print REplicate('*',@i) set @i=@i-1 end
for ms sql server