I have different users in a sqlite db, and I want a way to convert them to a string based on the amount.
Lets say I have user 1 with 10000x which would be converted into 10K. Or user 2 with 500000x which will be converted into 500K, or user 3 with 10500000 which will be converted into 10.5M. How would I do that?