mysql表名查询sql

2022-10-17,,

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.doc》

下载本文的Word格式文档,以方便收藏与打印。