• + 2 comments

    my sql query

    SET @i := 21;
    
    SELECT REPEAT('* ', @i := @i - 1)
    FROM information_schema.tables
    WHERE @i > 1;