Converting bytes to kilobytes/megabytes
I have an attachments table that stores the size of the document in Bytes. I'm needing to display a result set of all documents in either KB or MB. In KB if the document is less than 1MB or in MB ...
stackoverflow.com