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-connection below:

DROP CONNECTION | Snowflake Documentation

Reference SQL command reference Replication & failover DROP CONNECTION DROP CONNECTION

Removes a connection from the account.

See also:

CREATE CONNECTION , ALTER CONNECTION , SHOW CONNECTIONS

Syntax
DROP CONNECTION [ IF EXISTS ] <name>

Copy

Parameters
name

Specifies the identifier for the connection to drop.

Usage notes Examples

Drop a connection:

SHOW CONNECTIONS LIKE 't2%';


DROP CONNECTION t2;


SHOW CONNECTIONS LIKE 't2%';

Copy

Drop the connection again, but don’t raise an error if the connection doesn’t exist:

DROP CONNECTION IF EXISTS t2;

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