Mega Code Archive

 
Categories / MySQL Tutorial / Math Numeric Functions
 

CONV(N,10,2)

mysql>  select CONV(100,10,2); +----------------+ | CONV(100,10,2) | +----------------+ | 1100100        | +----------------+ 1 row in set (0.01 sec) mysql>