I'm trying to count the number of tables in a MySQL database.
I tried to do the following but returned a syntax error:
SELECT COUNT(SHOW TABLES)
How can I do this?
I'm trying to count the number of tables in a MySQL database.
I tried to do the following but returned a syntax error:
SELECT COUNT(SHOW TABLES)
How can I do this?