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

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
{ MAXIMUM | MAX } ( [ DISTINCT | ALL ] value_expression )

Syntax Elements

DISTINCT
Exclude duplicates specified by value_expression from the computation.
Duplicate and values that are not null specified by value_expression are eliminated from the maximum value computation for the group.
ALL
All values that are not null specified by value_expression, including duplicates, are included in the maximum value computation for the group. This is the default.
value_expression
A literal or column expression for which the maximum value 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.