Files

8 lines
146 B
Plaintext

SELECT
TABLE_NAME,
TABLE_ROWS
FROM
information_schema.tables
WHERE
table_schema = '_76e6a5f706540e85'
ORDER BY TABLE_ROWS desc;