Mega Code Archive

 
Categories / MySQL Tutorial / Math Numeric Functions
 

SELECT CONV(0xa,10,10)

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