Bit string data type

The syntax for the bit string data type in BNF is as follows:

Syntax

bit_string_data_type ::=
BIT | BINARY [ ( length ) ]| BLOB [ ( length ) ]
    |VARBINARY [( length ) ]| LONG VARBINARY [( length ) ]

For more information, see Bit string data types.