A RetroSearch Logo

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

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/sql/drop-network-policy below:

Website Navigation


DROP NETWORK POLICY | Snowflake Documentation

DROP NETWORK POLICY

Removes the specified network policy from the system.

Note

Only security administrators (i.e. users with the SECURITYADMIN role) can drop network policies.

See also:

CREATE NETWORK POLICY , ALTER NETWORK POLICY , SHOW NETWORK POLICIES , DESCRIBE NETWORK POLICY

ALTER ACCOUNT

Syntax
DROP NETWORK POLICY [ IF EXISTS ] <name>

Copy

Parameters
name

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

Usage notes Examples

Drop a network policy named mypolicy:

DROP NETWORK POLICY mypolicy;

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