gavurman
0
Q:

module operator in oracle sql

##ORACLE and MYSQL
/*
MOD returns the remainder of n2 divided by n1. Returns n2 if n1 is 0.
*/
MOD(11,4)

##TRANSACT SQL
11 % 4
0

New to Communities?

Join the community