Draw The Triangle 2
*
* *
* * *
* * * *
* * * * *SET @i = 0;
SELECT
REPEAT('* ', @i := @i+1)
FROM information_schema.tables
LIMIT 20;Last updated
*
* *
* * *
* * * *
* * * * *SET @i = 0;
SELECT
REPEAT('* ', @i := @i+1)
FROM information_schema.tables
LIMIT 20;Last updated