Returns the number of bits stored in the array.
BIT_LENGTH( bit-expression )
bit-expression The bit expression for which the length is to be determined.
INT
SQL/2003 Vendor extension.
The following statement returns the value 8:
SELECT BIT_LENGTH( '01101011' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |