How to count the number of tables in Mysql?

Asked

Viewed 2,706 times

8

I am trying to count the number of existing tables in a Mysql database.

I tried to do it the way below, but returned a syntax error:

SELECT COUNT(SHOW TABLES)

How can I do that?

1 answer

8


Browser other questions tagged

You are not signed in. Login or sign up in order to post.