Bit array data types

Bit arrays are used for storing bit data (0s and 1s).

A bit array data type is used to store an array of bits. The bit array data types supported by SQL Anywhere include VARBIT and LONG VARBIT.


LONG VARBIT data type
VARBIT data type