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.05
Published
January 2021
Language
English (United States)
Last Update
2023-04-27
dita:mapPath
xwv1596137968859.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1210
lifecycle
previous
Product Category
Teradata Vantage™

Moves tables in TDMaps to a target map.

ANSI Compliance

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

Syntax

CALL [TDMaps.] MoveTDMapsTablesSP (
  'DestinationMap',
  :NumInTotal,
  :NumComplete,
  :NumFailed
) [;]

Syntax Elements

TDMaps.
The name of the database.
DestinationMap
The target map to move TDMaps tables.
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.