GROUP BY Clause Terminology - Teradata Vantage - Analytics Database

SQL Data Manipulation Language

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-04-02
dita:mapPath
pon1628111750298.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
esx1472246586715
lifecycle
latest
Product Category
Teradata Vantageā„¢
A GROUP BY clause is said to be simple if it does not contain any of the following elements:
  • rollup_list
  • cube_list
  • grouping_sets_specification
A GROUP BY clause is said to be primitive if it does not contain any of the following elements:
  • rollup_list
  • cube_list
  • grouping_sets_specification
  • a grouping_expressionand an empty_grouping_set.

See GROUPING SETS Option for definitions of rollup_list, cube_list, grouping_sets_specification, and empty_grouping_set.

See the following topics for examples of non-simple, non-primitive GROUP BY clauses: