Mega Code Archive

 
Categories / MySQL Tutorial / String Functions
 

BIT_LENGTH(str)

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