SQL Reference

MOD

>>-MOD--(--expression--,--expression--)------------------------><
 

The schema is SYSFUN.

Returns the remainder of the first argument divided by the second argument. The result is negative only if first argument is negative.

The result of the function is:

The result can be null; if any argument is null, the result is the null value.


[ Top of Page | Previous Page | Next Page ]