How to Rename a Column in Redshift
Changing a column name in Redshift involves using the ALTER TABLE
command:
ALTER TABLE products RENAME COLUMN product_name TO product_full_name;
Shared queries and folders ✅ Version history ✅ One-click connection to Redshift ✅
Get more done, together, with PopSQL and Redshift