SIGN
REMAINDER
BITAND
Returns the IEEE remainder of m/n.
REMAINDER(m, n)
Enter values below to update the example in real time.
rem
SELECT REMAINDER(17, 5) AS rem FROM DUAL;