- 论坛徽章:
- 0
|
求救一下要如何才能顯示正常數字,而不是科學數字呢?
Warning: odbc_result(): Field index is larger than the number of fields in /www/aix_vg.php on line 29
A3SAC001
tptvg02
3.20000000000000E+001
1.42800000000000E+003
Warning: odbc_result(): Field index is larger than the number of fields in /www/aix_vg.php on line 29
A3SAC001
tptvg01
3.20000000000000E+001
1.90400000000000E+003
Warning: odbc_result(): Field index is larger than the number of fields in /www/aix_vg.php on line 29
A3SAC001
rootvg
1.28000000000000E+002
1.09200000000000E+003
SELECT VG_NAME,
VG_PP AS MBYTES,
(VG_TPPS*VG_PP) AS TOTAL_MBYTES,
(VG_FPPS*VG_PP) AS FREE_MBYTES,
(VG_UPPS*VG_PP) AS USED_MBYTES
FROM SA.AIX_VG
WHERE HOST='A3SAC001'";
host vg vg_pp VG_TPPS VG_FPPS VG_UPPS
'A3SAC001' 'tptvg02' 32 1428 40 1388
'A3SAC001' 'tptvg01' 32 1904 1308 596
'A3SAC001' 'rootvg' 128 1092 674 418 |
|