QUANTILE Function Syntax | Teradata Vantage - 17.10 - QUANTILE Function Syntax - Advanced SQL Engine - Teradata Database

Teradata Vantageā„¢ - SQL Functions, Expressions, and Predicates

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
SQL_Functions__Expressions__and_Predicates.Upload_071421/djk1612415574830.ditamap
dita:ditavalPath
SQL_Functions__Expressions__and_Predicates.Upload_071421/wrg1590696035526.ditaval
dita:id
kby1472250656485
QUANTILE ( quantile_literal, sort_spec [,...] )

Syntax Elements

quantile_literal
A positive integer literal used to define the number of quantile partitions to be used.
Quantile values range from 0 through (Q-1), where Q is the number of quantile partitions specified by quantile_literal.
sort_spec
sort_expression [ ASC | DESC ]
sort_expression
A literal or column expression or comma-separated list of literal or column expressions to be used to sort the values.
For each row in the group, QUANTILE returns an integer value that represents the quantile of the sort_expression value for that row relative to the sort_expression value for all the rows in the group.
ASC
Ascending sort order.
DESC
Descending sort order.