Math Numeric Functions MySQL Tutorial

mysql>
mysql> SELECT CONV(0xa,10,10);
+-----------------+
| CONV(0xa,10,10) |
+-----------------+
| 0               |
+-----------------+
1 row in set (0.00 sec)
mysql>