Syntax - Advanced SQL Engine - Teradata Database

SQL Data Types and Literals

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
tpf1598412463935.ditamap
dita:ditavalPath
tpf1598412463935.ditaval
dita:id
B035-1143
lifecycle
previous
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.