Cmdlets for HubDB

Build 24.0.8963

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963