MoveTDMapsTablesSP | SQL Operators & User-Defined Functions | Teradata Vantage - MoveTDMapsTablesSP - 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

Moves tables in TDMaps to a target map.

Syntax

CALL [TDMaps.] MoveTDMapsTablesSP (
  'DestinationMap',
  :NumInTotal,
  :NumComplete,
  :NumFailed
) [;]
TDMaps.
The name of the database.
'DestinationMap'
The target map to move TDMaps tables.

Output Parameters

The output parameters include:
  • :NumInTotal: The total numbers of tables in TDMaps to move.
  • :NumComplete: The number of tables in TDMaps that were moved successfully.
  • :NumFailed: The number of tables in TDMaps that did not move.