SELECT COUNT(*) TABLES,
table_schema FROM information_schema.TABLES
WHERE table_schema = ‘数据库表名’ GROUP BY table_schema;
查看mysql数据库的所有表
最新推荐文章于 2025-01-12 22:35:06 发布
SELECT COUNT(*) TABLES,
table_schema FROM information_schema.TABLES
WHERE table_schema = ‘数据库表名’ GROUP BY table_schema;

被折叠的 条评论
为什么被折叠?