Example: Scoping Ferret to Fallback Tables - Advanced SQL Engine - Teradata Database

Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
xha1591998860283.ditamap
dita:ditavalPath
xha1591998860283.ditaval
dita:id
B035-1102
lifecycle
previous
Product Category
Teradata Vantage™
Assume that table T4 is a table in database XYZ and has a table number of 0 1198.
  • One of the following commands would place all T4 fallback subtables under scope.
    • SCOPE “TABLE XYZ.T4 F”*
    • SCOPE TABLE 0 1198 F*
  • One of the following commands would place all T4 subtables under scope.
    • SCOPE TABLE “XYZ.T4” *
    • SCOPE TABLE 0 1198 *