AddObjectListEntrySP(X) | SQL Operators & User-Defined Functions | Vantage - AddObjectListEntrySP(X) - Advanced SQL Engine - Teradata Database

SQL Operators and User-Defined Functions

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

Adds individual objects to a list.

This procedure works in conjunction with CreateObjectListSP. CreateObjectListSP is called once to create an empty list, then AddObjectListEntrySP is called repeatedly to add individual objects to that list.

ANSI Compliance

This statement is a Teradata extension to the ANSI SQL:2011 standard.

Syntax

CALL [TDMaps.] AddObjectListEntrySP(X) (
  'ObjectListName',
  'DatabaseName',
  { 'ObjectName' | NULL },
  :NumObjectsAdded
) [;]

Syntax Elements

TDMaps.
The name of the database.
ObjectListName
Name of the object list. It must be specified.
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.