BIT_LENGTH function

Function

The BIT_LENGTH function returns an unsigned 64 bit value containing the bit length of the LONG VARCHAR column parameter. If the argument is NULL, BIT_LENGTH returns NULL.

Syntax

BIT_LENGTHcolumn-name )

Parameters

column-name The name of a LONG VARCHAR column.

Usage

The BIT_LENGTH function supports all Sybase IQ data types.