Math Numeric Functions MySQL Tutorial

mysql>
mysql> select CONV(256,10,8);
+----------------+
| CONV(256,10,8) |
+----------------+
| 400            |
+----------------+
1 row in set (0.00 sec)
mysql>