You are viewing a single comment's thread. Return to all comments →
SQL server:
declare @counter int =1 declare @j varchar(100)='*' declare @i varchar ='*' while @counter<=20 begin print @j set @J=@J+' '+@i set @counter=@counter+1 end
Seems like cookies are disabled on this browser, please enable them to open this website
Draw The Triangle 2
You are viewing a single comment's thread. Return to all comments →
SQL server: