Skip to content

Instantly share code, notes, and snippets.

@jeffreyroberts
Created September 17, 2013 04:25
Show Gist options
  • Save jeffreyroberts/6590065 to your computer and use it in GitHub Desktop.
Save jeffreyroberts/6590065 to your computer and use it in GitHub Desktop.
MySQL - Count number of tables in a database
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = '<database_name>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment