🏠ReferenceSQLDDL CommandsStageDROP STAGEOn this pageDROP STAGEDrop a user stage.SyntaxDROP STAGE [ IF EXISTS ] <stage_name>;Examplesmysql>drop stage if exists test_stage;