Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Reference » SQL data types

 

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