OracleNumeric FunctionsREMAINDER
SIGN

REMAINDERNumeric Functions

BITAND

Returns the IEEE remainder of m/n.

Syntax

REMAINDER(m, n)

Example

Enter values below to update the example in real time.

rem
SELECT REMAINDER(17, 5) AS rem FROM DUAL;