Skip to content

DROP SYNONYM

The DROP SYNONYM statement deletes one or more synonyms from a database.

This statement has the following format:

DROP SYNONYM [IF EXISTS] [schema.]synonym_name {, [schema.]synonym_name};