Oracle Built In Functions:MOD function

In Oracle pl/sql MOD function returns the modulus of a number. it is Same as remainder except uses FLOOR

Syntax

MOD(<m_value>, <n_value>)

Examples

SELECT MOD(3, 2) FROM dual;

SELECT MOD(6, 2) FROM dual;

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




CAPTCHA Image CAPTCHA Audio
Refresh Image

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .