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.

database icon
Better SQL for the people
Get more done with PopSQL and Redshift