AWS Redshift Rename Column

The RazorSQL Redshift alter table tool includes a Rename Column option for renaming a Redshift database table column. The rename column option allows the user to type in a new name for the column being renamed. The tool then generates and can execute the DDL to rename the column on the Redshift table.

Listed below is an example of the DDL generated by the Redshift Rename Column tool:

ALTER TABLE sample.public.project RENAME COLUMN plocation TO plocations

Below is a screen shot of the rename column option of the Redshift alter table tool.

Redshift Rename Column