Mega Code Archive

 
Categories / MySQL Tutorial / Math Numeric Functions
 

Modulo operation (%)

mysql> mysql> select 5%2; +------+ | 5%2  | +------+ |    1 | +------+ 1 row in set (0.00 sec) mysql>