Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Menu
MOD « Numeric Math Functions « Oracle PL / SQL
Oracle PL / SQL
Numeric Math Functions
MOD
1.
MOD() returns the remainder of
divided by
2.
MOD: Returns the remainder of n/m where both n and m are integers
3.
MOD(x, y):Returns the remainder when x is divided by y
4.
MOD(8, 4)
5.
MOD: If there is no remainder, the function returns a zero
6.
In Oracle, when the second value is a 0, the MOD function returns the first value
7.
select mod( 150.12, 2.6 )
8.
Use mod() function to get all event employee id