Example: Collecting Statistics on Expressions Using Statistics Names - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

This example collects statistics on columns identified with the expressions, COLUMN 100 and COLUMN CURRENT_DATE+10, using the respective statistics names, AS stats_one_hundred and AS stats_ten_days_from_today.

COLLECT STATISTICS USING SYSTEM SAMPLE
COLUMN 100  AS stats_one_hundred,
COLUMN CURRENT_DATE+10   AS stats_ten_days_from_today
ON orders;