BIT_LENGTH(str) : BIT_LENGTH : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » BIT_LENGTH »

 

BIT_LENGTH(str)


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

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» BIT_LENGTH