Math Numeric Functions MySQL Tutorial

mysql>
mysql> select CONV(10,10,16);
+----------------+
| CONV(10,10,16) |
+----------------+
| A              |
+----------------+
1 row in set (0.00 sec)
mysql>