15.10 - QUALIFY - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

An introduction to a conditional ordered analytical function filtering clause in the SELECT statement.

A QUALIFY clause is valid when coded as part of a seed statement.

QUALIFY is never valid when coded as part of a recursive statement.

condition
One or more conditional Boolean expressions that must be satisfied by the results groups.
You can use aggregate operators in a QUALIFY condition.
You cannot specify a SAMPLE clause within a subquery predicate within a QUALIFY clause.
You cannot specify BLOB, CLOB, UDT, or Period columns in the QUALIFY condition.
QUALIFY condition filters rows from a previously computed ordered analytical function.