如何查找数据库中有多少张表 mysql
SELECT COUNT(*) TABLES, table_schema FROM information_schema.TABLES WHERE table_schema = 'yxltest' GROUP BY table_schema
yxltest:数据库名字
    国泰民安
SELECT COUNT(*) TABLES, table_schema FROM information_schema.TABLES WHERE table_schema = 'yxltest' GROUP BY table_schema
yxltest:数据库名字
