Math Numeric Functions MySQL Tutorial

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