I have assigned the data type of one of the columns of a table I have created as int
. My problem is that it is not showing decimal places when I run a query against it.
How do I correct the data type of this column so that it accepts decimal places?
Table is dbo.Budget
and the column concerned is called ROE
.