摘要:
SELECT tables.table_schema, tables.table_name, tables.table_rows FROM information_schema.tables LEFT JOIN ( SELECT table_schema, table_name FROM infor 阅读全文
posted @ 2018-07-12 22:39 moss_tan_jun 阅读(171) 评论(0) 推荐(0)
|
摘要:
SELECT tables.table_schema, tables.table_name, tables.table_rows FROM information_schema.tables LEFT JOIN ( SELECT table_schema, table_name FROM infor 阅读全文
posted @ 2018-07-12 22:39 moss_tan_jun 阅读(171) 评论(0) 推荐(0) |
||