[MSSQL] 반복문(WHILE), 변수 선언(DECLARE, SET, PRINT) - HackerRank 문제풀이(Draw the Triangle 1)
Link: Draw The Triangle 1 | HackerRank Draw The Triangle 1 | HackerRankDraw the triangle pattern using asterisks.www.hackerrank.com Question No. : SQL > Basic Select > Draw The TraingleLanguage: MS SQL Server 문제 설명P(R) represents a pattern drawn by Julia in R rows. The following pattern represents P(5): * * * * * * * * * * * * * * *Write a query to print the pattern P(20). P(R)은 R개의 행으로 그린 패턴을 ..