CLOB limitations
- Last Updated: March 22, 2016
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Current limitations for BLOB support are as
follows:
-
CLOBdata columns cannot be part of an index. -
CLOBdata columns cannot be used for variables or as parameters in stored procedures. - Comparison operations are not supported on
CLOBcolumns. Comparison operations betweenCLOBcolumns are not supported. Comparison operations betweenCLOBcolumns and columns of other data types are not supported. - The
LIKEpredicate is supported forCLOBcolumns. - Conversion, aggregate, and scalar functions are disallowed on this data type.
- The default size for a
CLOBis 32000 bytes.