Mega Code Archive

 
Categories / MySQL Tutorial / Math Numeric Functions
 

CONV(N,10,16)

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