SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'your-database-name';
MySQL count the number of tables in database
Labels:
Mysql
Subscribe to:
Post Comments (Atom)
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'your-database-name';
No comments:
Post a Comment