ARRAY_ARITHMETIC_FUNCTION 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ā„¢

System Function

{ ARRAY_ADD |
  ARRAY_SUB |
  ARRAY_MUL |
  ARRAY_DIV |
  ARRAY_MOD
} ( expr1, expr2 [, scope_reference ] )

Method-Style

expr1.{ ARRAY_ADD |
       ARRAY_SUB |
       ARRAY_MUL |
       ARRAY_DIV |
       ARRAY_MOD
     } ( expr2 [, scope_reference ] )

Syntax Elements

expr1
expr2
An ARRAY expression, which is one of the following:
  • A reference to an ARRAY column
  • An ARRAY constructor expression
  • A UDF expression
  • A UDM expression

The element type of the array must be a numeric data type.

scope_reference
An ARRAY scope reference.