如何查找数据库中有多少张表 mysql

 SELECT COUNT(*) TABLES, table_schema FROM information_schema.TABLES  WHERE table_schema = 'yxltest' GROUP BY table_schema

yxltest:数据库名字

国泰民安
原文地址:https://www.cnblogs.com/jirglt/p/2722621.html