You are viewing a single comment's thread. Return to all comments →
declare @r int;` set @r= 0; while (@r<=20) begin select REPLICATE('*'+char(9),@r); set @r=@r+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 →