A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/developer-guide/python-connector/../../sql-reference/sql/drop-stage below:

DROP STAGE | Snowflake Documentation

Reference SQL command reference Data loading & unloading DROP STAGE DROP STAGE

Removes the specified named internal or external stage from the current/specified schema. The status of the files in the stage depends on the stage type:

See also:

CREATE STAGE , ALTER STAGE , SHOW STAGES , DESCRIBE STAGE

Syntax
DROP STAGE [ IF EXISTS ] <name>

Copy

Parameters
name

Specifies the identifier for the stage to drop. If the identifier contains spaces, special characters, or mixed-case characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.

Usage notes Examples
DROP STAGE my_stage;

--------------------------------+
             status             |
--------------------------------+
 MY_STAGE successfully dropped. |
--------------------------------+

Copy


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4