摘要: ##查看所有表信息 SELECT * FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'schema' ##查看各个表数据量 SELECT table_name,table_rows FROM information_schema.tables 阅读全文
posted @ 2021-12-17 14:50 up~up 阅读(580) 评论(0) 推荐(0)