Link to this page
Print this page
Parent topic
:
Static SQL statements
SQL support
/
Static SQL statements
DROP SYNONYM
Drops a synonym object from the database.
Syntax:
DROP SYNONYM
[
IF EXISTS
]
synonym-name
Related concepts
CREATE SYNONYM