PPT Slide
Using the mod( ) function
in SELECT statements:
It is related to long division. The function is
called mod( ), and it returns the remainder or
modulus for a number and its divisor:
SELECT MOD(12,3), MOD(55,4) FROM DUAL;MOD(12,3) MOD(55,4)--------- ---------0 3
32
Previous slide
Next slide
Back to first slide
View graphic version