String Functions MySQL Tutorial

mysql>
mysql> SELECT BIT_LENGTH('text');
+--------------------+
| BIT_LENGTH('text') |
+--------------------+
|                 32 |
+--------------------+
1 row in set (0.00 sec)
mysql>