I'm still new to mySQL. I'm trying to display rates in a decimal format that goes out at least two spaces but at maximum three places from the decimal... But I don't want the third place to show unless it's defined. (For example it would show 11.11 and 11.111 -- right now it's showing 11.110 and 11.111...
How can I accomplish this?
I've been using "decimal(6,3)" as my data type.
How can I accomplish this?
I've been using "decimal(6,3)" as my data type.