Draw The Triangle 1
* * * * *
* * * *
* * *
* *
*SET @i = 21;
SELECT
REPEAT('* ', @i := @i-1)
FROM information_schema.tables;Last updated
* * * * *
* * * *
* * *
* *
*SET @i = 21;
SELECT
REPEAT('* ', @i := @i-1)
FROM information_schema.tables;Last updated