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ā„¢
[SYSUDTLIB.] array_type_name [ attribute [...] ]

Syntax Elements

SYSUDTLIB.
The name of the database in which all ARRAY data types are created.
array_type_name
The name of an ARRAY data type that was created with a CREATE TYPE statement.
attribute
Appropriate data type attributes.

An ARRAY column supports the following attributes:

  • NULL
  • NOT NULL
  • FORMAT
  • TITLE
  • NAMED
  • DEFAULT NULL

For details on using data type attributes with ARRAY data types, see:

An ARRAY data type column does not support column storage or column constraint attributes.