DROP MAPPING
Drops a mapping of a security object
Available in
DSQL
Syntax
DROP [GLOBAL] MAPPING name
| Parameter | Description | 
|---|---|
| name | Mapping name | 
The DROP MAPPING statement removes an existing mapping.If GLOBAL is specified, then a global mapping will be removed.
| Important | Global and local mappings of the same name are different objects. |