This command renames a VAST database table.
table create --name OLD_TABLE_NAME --schema-name SCHEMA --database-name DATABASE --new-table-name NEW_TABLE_NAME
|
Enter the name of the table being renamed. |
|
Enter the name of the schema where the table resides. |
|
Enter the name of the database where the table resides. |
|
Enter a new name for the table. The name must meet the requirements for S3 object names. |
Comments
0 comments
Article is closed for comments.