- Explore
- Collaborate
- Visualize
- Connect
- Pricing
How to Rename a Table in Redshift
Redshift allows renaming a table using the ALTER TABLE
syntax:
ALTER TABLE old_table_name RENAME TO new_table_name;
Previous
Redshift allows renaming a table using the ALTER TABLE
syntax:
ALTER TABLE old_table_name RENAME TO new_table_name;