References one or more elements of an ARRAY data type when invoking an ARRAY function.
ANSI Compliance
This statement is a Teradata extension to the ANSI SQL:2011 standard.
Syntax
array_lower_bounds, array_upper_bounds
Syntax Elements
- array_lower_bounds
- An integer value or an array instance of the predefined ARRAY type ArrayVec, with a comma-separated list of integer values to define the lower bounds.
- array_upper_bounds
- An integer value or an array instance of the predefined ARRAY type ArrayVec, with a comma-separated list of integer values to define the upper bounds.