I have a table with a column that is float data type.
When I have an integer value, I need that show this data with 2 decimal places, for example If I have the value 5, I need show 5,00
If the value is 3,2, I have to show 3,20
I don`t know how can I show with two decimal places
Anyone Can help me?