CMDHELPER-2781 - Reported by Hekta
If I have in a procedure:
divide(@value, divide(@total, 100))
When the script is executed (@value is 2262 and @ToTal is 20000), this become:
divide(2262, 20000, 100)
Therefore the script returns 0.001131 instead of 11.31.