SQL ReferenceSQL CommandsDDL CommandsStageDROP STAGEOn this pageDROP STAGECopy PageRemoves a stage. Syntax DROP STAGE [ IF EXISTS ] <stage_name>; Examples DROP STAGE IF EXISTS test_stage;