This command renames a table column.
column rename --name OLD_COLUMN_NAME --owner-name OWNER --table-name TABLE --schema-name SCHEMA --database-name DATABASE --new-column-name NEW_COLUMN_NAME
|
Enter the name of the column to be renamed. If the column to be renamed is a nested column, use the dotted format |
|
Enter the user name of the VAST database owner. |
|
Enter the name of the table that contains the column. |
|
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 column. The name must meet the requirements for S3 object names. |
Comments
0 comments
Article is closed for comments.