Syntax - Advanced SQL Engine - Teradata Database

SQL Data Types and Literals

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
zsn1556242031050.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1143
lifecycle
previous
Product Category
Teradata Vantageā„¢
[SYSUDTLIB.] array_type_name [ attribute [...] ]
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.