The tblname statement specifies that unloaded table data is to be reloaded to another table.
tblname {[authorization-identifier.]table-identifier|authorization-identifier} |
Specifies the authorization identifier and table identifier of the unloaded table.
For details about how to specify [authorization-identifier.]table-identifier, see the explanation of the -t option.
To reload table data to another table in units of schemas, this option specifies the authorization identifier.
If you are specifying this option, you must specify [authorization-identifier.]all in the -t option.