AddExclusionListEntrySP(X) | SQL Operators & UDFs | Teradata Vantage - AddExclusionListEntrySP(X) - Advanced SQL Engine - Teradata Database

SQL Operators and User-Defined Functions

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2023-04-27
dita:mapPath
qqu1556127655717.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1210
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

Adds an entry to the Exclusion List of databases, tables, join indexes or hash indexes.

This procedure works in conjunction with CreateExclusionListSP. CreateExclusionListSP is called once to create an empty list, and then AddExclusionListEntrySP(X) is called repeatedly to add objects to that list.

Syntax

CALL [TDMaps.] AddExclusionListEntrySP(X) (
  'ExclusionListName',
  'DatabaseName',
  { 'ObjectName' | NULL },
  :NumObjectsAdded
) [;]
TDMaps.
The name of the database.
'ExclusionListName'
Name of the exclusion list.
'DatabaseName'
The database in which the object is defined.
'ObjectName'
Name of the table, join index, or hash index defined in 'DatabaseName'. 'ObjectName' can be NULL, in which case all tables, join indexes, and hash indexes defined in 'DatabaseName' are included in the list.
:NumObjectsAdded
This output parameter is an INTEGER representing the number of exclusions added to the list.