intero math, esegui il cast di dimall.cnt su un decimale o numerico oppure esegui le seguenti operazioni
/(dimall.cnt* 1.00)* (dimall.cnt * 1.00)
un altro esempio per spiegare cosa succede effettivamente
select 3/2 -- output = 1, integer math, result is an integer
select 3/2.00 -- output = 1.50