Hackerrank : Draw The Triangle 2

set @row := 0;
select repeat('* ', @row := @row + 1)
from information_schema.tables
where @row < 20
Share:

0 Comments:

Post a Comment