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.
SQL/2003 Vendor extension.
The following statement returns the value 8:
SELECT BIT_LENGTH( '01101011' ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |