I have some numbers i need to include in a string.
These numbers needs to be rounded down to two decimals, which I use ROUND() to do, my problem comes if the number has trailing zero's fx:
- 233.50 becomes 233.5
- 233.00 becomes 233
Does anyone know how can keep the trailing zeros?