- Explore
- Collaborate
- Visualize
- Connect
- Pricing
- Updates
- We're hiring
How to Drop a Table in Redshift
Dropping a table in Redshift is simple:
DROP TABLE users;
Care must be done before running this command. There is no "undo" function for it.
Dropping a table in Redshift is simple:
DROP TABLE users;
Care must be done before running this command. There is no "undo" function for it.