SELECT CONV(1001,2,10), CONV(111,2,10)
mysql>
mysql> SELECT CONV(1001,2,10), CONV(111,2,10);
+-----------------+----------------+
| CONV(1001,2,10) | CONV(111,2,10) |
+-----------------+----------------+
| 9 | 7 |
+-----------------+----------------+
1 row in set (0.00 sec)
Related examples in the same category