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