ARRAY_COUNT_DISTINCT Syntax - Teradata Vantage - Analytics Database

SQL Data Types and Literals

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-06
dita:mapPath
uds1628112204571.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
exs1472253032394
lifecycle
latest
Product Category
Teradata Vantageā„¢

System Function

ARRAY_COUNT_DISTINCT ( array_expr [, scope_reference ] [, matching_expr ] )

Method-Style

array_expr.ARRAY_COUNT_DISTINCT ( [ scope_reference ] [, matching_expr ] )

Syntax Elements

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.
matching_expr
An expression to be matched by one or more elements in the array.