Bit array data types

A bit array is similar to a character string, except that the individual pieces are bit data—0s (zeros) and 1s (ones) instead of characters. Typically, bit arrays are used to hold a string of Boolean values.

The bit array data types supported by SQL Anywhere include VARBIT and LONG VARBIT.


LONG VARBIT data type
VARBIT data type