Example: HELP TYPE for a One-Dimensional ARRAY - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

This example shows the standard report returned by HELP TYPE for a single-dimensional ARRAY.

Suppose you create the following ARRAY type.

     CREATE TYPE arrayvec AS
     INTEGER ARRAY[1000];

This type returns the following report to a HELP TYPE request.

     HELP TYPE arrayvec;
                    Name arrayvec
            Internal Type A1
            External Type CV
               Max Length         12,001
     Decimal Total Digits     ?
Decimal Fractional Digits     ?
             Contains LOB N
                 Ordering F
        Ordering Category M
         Ordering Routine LOCAL
                     Cast N
                Transform Y
                   Method Y
                Char Type  1
              Array (Y/N) Y
               Dimensions             1
             Element Type I
                 UDT Name ?
              Array Scope [1:1000]