Hello everyone,
When I run the select statement below, sql returns 91.00
When I use a calculator, the return is 91.389971
I would like the return to be 91.38, what am I doing wrong?
select CAST(858426/9393 AS DECIMAL(10,2))
Thank you for taking time.