BIT_LENGTH()
String or binary length in bits
INTEGER, or BIGINT for BLOB
BIT_LENGTH (string)
| Parameter | Description | 
|---|---|
string  | 
An expression of a string type  | 
Gives the length in bits of the input string.For multi-byte character sets, this may be less than the number of characters times 8 times the “formal” number of bytes per character as found in RDB$CHARACTER_SETS.
| 
 Note 
 | 
 With arguments of type   |