4D v13.4BIT_LENGTH |
||||||||||||||
|
4D v13.4
BIT_LENGTH
|
|
||
The BIT_LENGTH function returns the length of the arithmetic_expression in bits.
This example returns 8:
SELECT BIT_LENGTH( '01101011' );
Product: 4D
Theme: Functions