The modulo function returns the remainder of two numbers. : MOD : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » MOD »

 

The modulo function returns the remainder of two numbers.


mysql>
mysql>
mysql> SELECT MOD(143as Result;
+--------+
| Result |
+--------+
|      |
+--------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» MOD