QUALIFY Clause | SQL SELECT Statements | Teradata Vantage - QUALIFY Clause - Advanced SQL Engine - Teradata Database

SQL Data Manipulation Language

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
qtb1554762060450.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata Vantage™

A conditional clause in the SELECT statement that filters results of a previously computed ordered analytical function according to user-specified search conditions.

The major difference between QUALIFY and HAVING is that with QUALIFY the filtering is based on the result of performing various ordered analytical functions on the data.

ANSI Compliance

The QUALIFY clause is a Teradata extension to the ANSI standard.