I have a column in my table name feeamount. I have numbers like 0.809, 0.734 and even 0.752.
What tsql statement do I run to remove the their decimal place so my number will appear in the table as 0.80, 0.73 and 0.75. In other works drop the third place.
THANKS FOR YOU HELP
What tsql statement do I run to remove the their decimal place so my number will appear in the table as 0.80, 0.73 and 0.75. In other works drop the third place.
THANKS FOR YOU HELP