Language support for BLOB
- Last Updated: March 22, 2016
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This data type has normal column functionality except for the following exceptions:
- A column of data type
BLOBis not a valid column name in aCREATE INDEXstatement. - When issuing a
CREATE TABLEstatement, a valid data type for the column definitions isBLOB. However,BLOBdoes not allow the column constraints ofPRIMARY KEY,FOREIGN KEY,UNIQUE,REFERENCES, andCHECK. - The
VALUESoption on theINSERTstatement is not valid for theBLOBdata type. - In a
SELECTstatement, aWHERE,GROUP BY,HAVING, orORDER BYclause cannot use a column of data typeBLOB.