USE <db name>
SELECT COUNT(*) from information_schema.tables
WHERE table_type = 'base table'
Will return you the count of the tables in the database
The Tables
The sql statement
USE SQLMembershipOptima SELECT COUNT(*) from information_schema.tables WHERE table_type = 'base table'
The Output
By Mohd Zulkamal
NOTE : – If You have Found this post Helpful, I will appreciate if you can Share it on Facebook, Twitter and Other Social Media Sites. Thanks =)
0 comments:
Post a Comment