DROP MAPPING
The DROP MAPPING
statement removes an existing mapping.
Syntax Summary
This code block is a quick reference with all the parameters that you can use with the DROP MAPPING
statement.
See some practical examples.
DROP MAPPING [IF EXISTS] mapping_name
Parameters
The DROP MAPPING
statement accepts the following parameters.
Parameter | Description | Example |
---|---|---|
|
Do not fail if the mapping does not exist. |
|
|
The name of the mapping to delete. |
Permissions
Enterprise Edition
If security is enabled, you can grant or deny permission for certain clients to use this statement. See SQL Permissions.