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.
Finally, a unified workspace for your SQL development
Get more done, together, with PopSQL and Redshift