Math Numeric Functions MySQL Tutorial

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