I want to return the value of my float datatype column with two decimal places. I have a table with a column of the float data type in SQL Server. for instance, if I enter 12.3, it ought to return 12.30, If I enter 12, it ought to give me back 12.00.
Can someone please help me with this?