• + 0 comments

    my sql server

    SET @i := 0;
    
    SELECT REPEAT('* ', @i := @i + 1)
    FROM information_schema.tables
    WHERE @i < 20;