The following is an example of a mysql return column. select bandwidth from aTable
445355099
986654
7521
....
How can I modify to show in Mega, kilo and G?
424M
963k
7.3k
Thanks
The following is an example of a mysql return column. select bandwidth from aTable
445355099
986654
7521
....
How can I modify to show in Mega, kilo and G?
424M
963k
7.3k
Thanks
Take a returned result, and:
G
;M
;k
;bytes
.