输入banner图图片脚本导航/分类

MySQL数据库查询某个库下有几张数据表

SELECT COUNT(*) TABLES, table_schema
FROM information_schema.TABLES
WHERE table_schema = ‘数据库名‘ GROUP BY table_schema;

MySQL数据库查询某个库下有几张数据表

标签:mysql数据库   数据库查询   sql   span   rom   sql数据库   select   orm   where