Math Numeric Functions MySQL Tutorial

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