Mega Code Archive
Categories
/
MySQL Tutorial
/
Math Numeric Functions
CONV(N,10,8)
mysql> mysql> select CONV(256,10,8); +----------------+ | CONV(256,10,8) | +----------------+ | 400 | +----------------+ 1 row in set (0.00 sec) mysql>