摘要: --表空间查看SELECT tbs, sum(totalM) as total, sum(usedM) as UserdM, sum(remainedM) as remainedM, sum(usedM)/sum(totalM)*100 as UserdPercent, ... 阅读全文
posted @ 2013-10-30 10:00 jackchain 阅读(323) 评论(0) 推荐(0) 编辑