t_RelationalDatabaseUpgrade_MoveData
MoveData
Apply a move action (select, insert, delete) to some data.
Properties
sourceTable : tableNameSource table name, as specified in current data source: [<owner>.]<table>
Valid values based on“string”. [A-Za-z][_A-Za-z\d]*(\.[A-Za-z][_A-Za-z\d]*)? targetDataSource : stringThe target data source name.
targetTable : tableNameThe target table name, as specified in the target data source: [<owner>.]<table>
Valid values based on“string”. [A-Za-z][_A-Za-z\d]*(\.[A-Za-z][_A-Za-z\d]*)?
Content
Sequence of:
Parents
t_Upgrade_RelationalDatabaseUpgrade - The set of Relational Upgrade steps to describe what schema changes took place in this version
Parent topic: t_Upgrade_RelationalDatabaseUpgrade