select round(3.567,1)
Select 123.45 * 1.07
select round(123.45 * 1.07,2)
SELECT CAST(ROUND(123.45 * 1.07,2) AS numeric(9, 2))