Step by step mysql tutorials
BIT_LENGTH() returns the length of the string passed as input in bits.
[table caption=”” width=”100%” colwidth=”15%|15%|15%|55%” colalign=”left|lef|lef|left”]
Name, Required /Optional, Value Type, Description
string , Required, String , The input string.
[/table]
[table caption=”” width=”100%” colwidth=”20%|80%” colalign=”left|left”]
Returns,
bits, returns the length of the string passed as input in bits.
[/table]
mysql> SELECT BIT_LENGTH(‘tutor’);
+———————+
| BIT_LENGTH(‘tutor’) |
+———————+
| 40 |
+———————+
1 row in set (0.00 sec)
mysql> SELECT BIT_LENGTH(‘123’);
+——————-+
| BIT_LENGTH(‘123’) |
+——————-+
| 24 |
+——————-+
1 row in set (0.00 sec)
mysql> SELECT BIT_LENGTH(NULL);
+——————+
| BIT_LENGTH(NULL) |
+——————+
| NULL |
+——————+
1 row in set (0.00 sec)
Below is the mysql terminal screen for above code :
See all MySQL String functions MySQL 8 String Functions.
Toys are a gateway to imagination, creativity, and learning. Whether it’s a child’s first plush toy, a set of engaging…
Toys are more than just playthings; they help children explore, learn, and develop essential life skills. From interactive sensory toys…
Toys are more than just playthings; they are tools that foster creativity, motor skills, and cognitive development in children. From…
Toys play an integral role in a child’s growth and development. They spark creativity, encourage learning, and provide endless hours…
App usage is growing steadily without showing any signs of slowing down. Hence, it is no surprise that mobile applications…
As the world has grown more digital, businesses have adapted themselves. An effectual adaptation includes online advertising. Offline advertising styles…