Categories: MySQL Functions

MySQL BIT_LENGTH() Functions – String Functions

MySQL BIT_LENGTH() Functions: Syntax

BIT_LENGTH ( string );

MySQL BIT_LENGTH() Functions: Description

BIT_LENGTH() returns the length of the string passed as input in bits.


MySQL BIT_LENGTH() Functions: Parameter

[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]


MySQL BIT_LENGTH() Functions: Output

[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 BIT_LENGTH() Functions: Example 1

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.


Related articles : CHARACTER_LENGTH(), LENGTH(), OCTET_LENGTH(), HEX(), CONCAT(), POSITION().


PHP Related articles : SUBSTR(), SUBSTR_COUNT(), SUBSTR_COMPARE(), PHP5 STRING FUNCTIONS(), SUBSTR_REPLACE().

jyoti rani

Recent Posts

A World of Play: The Best Toy Shopping Experience in Noida

Toys are a gateway to imagination, creativity, and learning. Whether it’s a child’s first plush toy, a set of engaging…

5 hours ago

The Ultimate Guide to Finding the Best Toy Shops in Gurgaon

Toys are more than just playthings; they help children explore, learn, and develop essential life skills. From interactive sensory toys…

1 day ago

The Ultimate Toy Shopping Guide: Finding the Best Toy Store in Noida

Toys are more than just playthings; they are tools that foster creativity, motor skills, and cognitive development in children. From…

2 days ago

Exploring the Best Toy Shop in Delhi: A Blend of Fun, Learning, and Creativity

Toys play an integral role in a child’s growth and development. They spark creativity, encourage learning, and provide endless hours…

5 days ago

What Is a Progressive Web App? Why Would You Need One?

App usage is growing steadily without showing any signs of slowing down. Hence, it is no surprise that mobile applications…

1 year ago

7 Most Popular Paid Online Advertising Strategy

As the world has grown more digital, businesses have adapted themselves. An effectual adaptation includes online advertising. Offline advertising styles…

1 year ago