##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