Math Numeric Functions MySQL Tutorial

mysql>
mysql> SELECT 102/(1-1);
+-----------+
| 102/(1-1) |
+-----------+
|      NULL |
+-----------+
1 row in set (0.00 sec)
mysql>