摘要: //数据库表存储大小 select table_schema,table_name,table_rows,concat(round(data_length/1024/1024/1024,2),'GB') length from tables where table_schema='ERP' orde 阅读全文
posted @ 2016-07-12 11:45 大漠孤城漫黄沙 阅读(444) 评论(0) 推荐(0)