Use the DROP SYNONYM command to drop a synonym.
DROP SYNONYM <synonym>
| Input | Description |
|---|---|
| <synonym> | The name of the synonym to be dropped. |
| Output | Description |
|---|---|
| DROP SYNONYM | The command was successful. |
You must be the admin user, the synonym owner, the owner of the database or schema where the synonym is defined, or your account must have the Drop privilege for thesynonym or for the Synonym object class.
MYDB.SCH1(USER)=> DROP SYNONYM pr;