0
I need to take the rest of a division in ORACLE and I am using MOD that works very well with integers but when using decimal numbers it is a problem. Ex : MOD(11,2) = 1 ok MOD(11.2,2) = 1.2 Wrong is right in my understanding 0 because 11.2/2 = exact 5.6
Any help will be welcome
thank you
What is the database manager? (Oracle Database, SQL Server, mariaDB etc.)
– José Diz
Good morning Amigo Oracle 10g
– gsvimieiro