select table_schema,table_name,engine from information_schema.tables
where table_schema not in('information_schema','mysql','performance_schema','test')
and engine='InnoDB'
相关文章
- mysql表名查询sql
- mysql大表的深度分页慢sql案例(跳页分页)-2
- MySQL复合查询操作【 函数接口集合 | 多表查询 | 子查询 | 表的内连&外连】
- 查询某库所有表的rows &查看当前sql的注册信息
- 读《程序员的SQL金典》[3]--表连接、子查询
- 多个字段关联同一张字典表-查询SQL
- 每日学习心得:SQL查询表的行列转换/小计/统计(with rollup,with cube,pivot解析)
- 【mysql元数据库】使用information_schema.tables查询数据库和数据表信息
- (转)【mysql元数据库】使用information_schema.tables查询数据库和数据表信息 ---数据记录大小统计
- MySQL查询数据库表空间大小