CloneTable
Clone an existing HubDB table.
Input
| Name | Type | Description |
| TableName | String | The name of the table to clone. |
| NewName | String | The new name for the cloned table. |
| NewLabel | String | The new label for the cloned table. |
| CopyRows | Boolean | Specifies whether to copy the rows during clone
The default value is false. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns True or False. |
| NewTableId | String | The Id of the new table. |