摘要: 使用SQL查询所有数据库名和表名 MySQL中查询所有数据库名和表名 查询所有数据库 show databases; 1 1 查询指定数据库中所有表名 select table_name from information_schema.tables where table_schema='datab 阅读全文
posted @ 2017-08-10 17:01 一怒成仙 阅读(6895) 评论(0) 推荐(0) 编辑