📣
TiDB Cloud Premium
is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads.
Try it out →
Sign In
Start for Free
Product
AI
Developer
Best Practices
API
Releases
Sign In
Start for Free
English
DROP STAGE
Contribute
Copy as Markdown
View as Markdown
Removes a stage.
Syntax
DROP
STAGE [ IF
EXISTS
]
<
stage_name
>
;
Examples
DROP
STAGE IF
EXISTS
test_stage;
Was this page helpful?
Yes
No
ON THIS PAGE
Syntax
Examples
ON THIS PAGE