Rules for Columns Associated With an Explicit Table Name - Teradata Vantage - Analytics Database

SQL Data Types and Literals

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-11-06
dita:mapPath
uds1628112204571.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
exs1472253032394
lifecycle
latest
Product Category
Teradata Vantage™

If a column is associated with an explicit table name, the table is searched for the column name. Based on the result of the search, one of the following occurs:

IF this … IS … THEN …
a matching column found in the table the requested information is returned.
not found in the table the NAMED list is searched for the column name.

“Named” names are not valid when used to fully qualify a table name.

a column name not found in the explicit table name or in the NAMED list a nonexistent column error is reported.