MOD

Purpose

This function returns the remainder of the division of m by n.

Syntax

mod::=

Example

SELECT MOD(15,6) MODULO;