#T-SQL, 69 bytes
T-SQL, 69 bytes
SELECT top 9replicate(1+number,1+number)FROM spt_values WHERE'p'=type
#T-SQL, 69 bytes
SELECT top 9replicate(1+number,1+number)FROM spt_values WHERE'p'=type
#T-SQL, 7869 bytes
Setting @x to 0 instead of '' and pushing it out of the variable by adding the results. Saving 1 character this way.
DECLARE @ INT=9,@xSELECT char(45)=0WHILE
@>0SELECTtop @x=replicate9replicate(@1+number,@1+number)+@x,@-=1PRINTFROM @xspt_values WHERE'p'=type
#T-SQL, 78 bytes
Setting @x to 0 instead of '' and pushing it out of the variable by adding the results. Saving 1 character this way.
DECLARE @ INT=9,@x char(45)=0WHILE
@>0SELECT @x=replicate(@,@)+@x,@-=1PRINT @x
#T-SQL, 69 bytes
SELECT top 9replicate(1+number,1+number)FROM spt_values WHERE'p'=type
#T-SQL, 78 bytes
Setting @x to 0 instead of '' and pushing it out of the variable by adding the results. Saving 1 character this way.
DECLARE @ INT=9,@x char(45)=0WHILE
@>0SELECT @x=replicate(@,@)+@x,@-=1PRINT @x