HomeSQL 命令DDL 命令StageDROP STAGEOn this pageDROP STAGE删除一个 Stage。 语法 DROP STAGE [ IF EXISTS ] <stage_name>; 示例 DROP STAGE IF EXISTS test_stage;