7.3.58. table_copy
¶
7.3.58.2. Syntax¶
This command takes two parameters.
All parameters are required:
table_copy from_name
to_name
7.3.58.3. Usage¶
7.3.58.4. Parameters¶
This section describes parameters.
7.3.58.4.1. Required parameters¶
All parameters are required.
7.3.58.4.1.1. from_name
¶
Specifies the table name of source table.
7.3.58.4.1.2. to_name
¶
Specifies the destination table name.
7.3.58.4.2. Optional parameters¶
There is no optional parameter.
7.3.58.5. Return value¶
The command returns true
as body on success such as:
[HEADER, true]
If the command fails, error details are in HEADER
.
See Output format for HEADER
.