Multiplication In SQL Server


SELECT 24/196 - OUTPUT : 0

SELECT CAST((24 * 0.1) / (196 * 0.1) * 100 as numeric(36,2))  OUTPUT : 12.24