SQL Language Guide
>
SQL Statements
>
DROP SYNONYM
Was this helpful?
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
};
Last modified date: 10/30/2024
This site works best with JavaScript enabled