Syntax
BIT_LENGTH(str)
Purpose
BIT_LENGTH() returns the length of the str string in bits.
Examples
obclient> SELECT BIT_LENGTH('oceanbase');
+-------------------------+
| BIT_LENGTH('oceanbase') |
+-------------------------+
| 72 |
+-------------------------+
1 row in set