Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
Numerical Math Functions
MOD(8, 4)
SQL> select MOD(8, 4) from dual; MOD(8,4) ---------- 0