VAR_POP Function Syntax | VantageCloud Lake - VAR_POP Function Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
VAR_POP ( [ DISTINCT | ALL ] value_expression )

Syntax Elements

DISTINCT
To exclude duplicates of value_expression from the computation.
ALL
All values of value_expression that are not null, including duplicates, are included in the computation.
value_expression
A numeric literal or column expression whose population variance is to be computed.
The value_expression cannot be a reference to a view column derived from a function, and cannot contain any ordered analytical or aggregate functions.
The following restrictions apply to value_expression:
  • If the value_expression is character, the format is the default format for FLOAT.
  • If the value_expression is numeric, date, or interval, the format is the same format as x.
For information on the default format of data types, see Data Type Formats and Format Phrases.