摘要: SELECT COUNT(*) TABLES, table_schema FROM information_schema.TABLES WHERE table_schema = '数据库' GROUP BY table_schema; SELECT COUNT(*) TABLES, table_sc 阅读全文
posted @ 2019-06-03 17:11 胖头陀春天 阅读(8681) 评论(2) 推荐(0)