Try OpenEdge Now
skip to main content
SQL Reference
SQL Reference : OpenEdge SQL Elements and Statements in Backus Naur Form : Data types syntax in BNF : Data Type : Bit string data type
 
Bit string data type
bit_string_data_type ::=
BIT | BINARY [ ( length ) ]| BLOB [ ( length ) ]
|VARBINARY [( length ) ]| LONG VARBINARY [( length ) ]