DROP DATA CONNECTION
The DROP DATA CONNECTION
statement deletes a data connection. Dropping a data connection affects all existing mappings where the data connection is in use, but will not affect any queries that are already running.
Syntax Summary
This code block is a quick reference with all the parameters that you can use with the DROP DATA CONNECTION
statement.
See some practical examples.
DROP DATA CONNECTION [IF EXISTS] data_connection_name
Parameters
The DROP DATA CONNECTION
statement accepts the following parameters.
The data_connection_name
parameter is required.
Parameter | Description | Example |
---|---|---|
|
Do nothing if the data connection either does not exist or is no longer running. |
|
|
The name of the data connection to delete. |