ARRAY_Constructor_Expression Syntax - Teradata Vantage - Analytics Database

SQL Data Types and Literals

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-06
dita:mapPath
uds1628112204571.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
exs1472253032394
lifecycle
latest
Product Category
Teradata Vantageā„¢
[ NEW ] array_name ( [ element_expression [,...] ] )

Syntax Elements

array_name
The name of the ARRAY data type that you want to initialize.
element_expression

An expression that evaluates to a literal value. The data type of the value must be the same as the element type of the array_name array.

element_expression can be repeated n times, where n is the declared size of the array_name array. The maximum limit for n is 2559.