CONV(N,10,2) : CONV : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » CONV »

 

CONV(N,10,2)


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

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» CONV