Math Numeric Functions MySQL Tutorial

mysql>
mysql> SELECT CONV('10',10,10);
+------------------+
| CONV('10',10,10) |
+------------------+
| 10               |
+------------------+
1 row in set (0.01 sec)
mysql>