7.3.60. table_copy
¶
7.3.60.1. Summary¶
New in version 6.0.8.
TOOD: Write me
7.3.60.2. Syntax¶
This command takes two parameters.
All parameters are required:
table_copy from_name
to_name
7.3.60.3. Usage¶
7.3.60.4. Parameters¶
This section describes parameters.
7.3.60.4.1. Required parameters¶
All parameters are required.
7.3.60.4.1.1. from_name
¶
Specifies the table name of source table.
7.3.60.4.1.2. to_name
¶
Specifies the destination table name.
7.3.60.4.2. Optional parameters¶
There is no optional parameter.
7.3.60.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
.