Default value for ARRAY columns
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Default value for ARRAY columns
When creating array columns, you can specify a default value.
Example
Since no value is specified for array column C2 when inserting
values, the default value is used. The result returned from this
example would be
10;10;10: |
Note: The default value is applicable only at the column level.
This means that if fewer values are specified when executing an
insert statement, the default will not be used to fill up the rest
of the array elements. Instead,
NULL is used.