标签:mysql数据库 数据库查询 sql span rom sql数据库 select orm where
今天想了解一下我们项目中具体用了几张数据表,使用如下SQL检索语句即可:
SELECT COUNT(*) TABLES, table_schema
FROM information_schema.TABLES
WHERE table_schema = ‘数据库名‘ GROUP BY table_schema;
标签:mysql数据库 数据库查询 sql span rom sql数据库 select orm where
原文地址:http://www.cnblogs.com/1315925303zxz/p/7212554.html