mysql mod() 获取余数

mysql> select mod(16,3);
+-----------+
| mod(16,3) |
+-----------+
|         1 |
+-----------+
1 row in set (0.00 sec)

原文地址:https://www.cnblogs.com/sea-stream/p/11299812.html