ARRAY_AVG Function | Data Types and Literals | Teradata Vantage - ARRAY_AVG - 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ā„¢

Returns the average of all the element values in array_expr or the average of the elements within the specified scope.

Syntax

System Function

ARRAY_AVG ( array_expr [ scope_reference ] )
Method-Style
array_expr.ARRAY_AVG ( [ scope_reference ] )
array_expr
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.