DROP SYNONYM
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Drops the specified synonym.
Syntax
|
Parameters
- PUBLIC
-
Specifies that the synonym was created with the
PUBLICargument. - SYNONYM synonym
-
Name for the synonym.
Notes
- If
DROP SYNONYMspecifiesPUBLICand the synonym was not a public synonym, SQL generates the "base table not found" error. - If
DROP SYNONYMdoes not specifyPUBLICand the synonym was created with thePUBLICargument, SQL generates the "base table not found" error.
Example
The
following is an example of the DROP SYNONYM statement:
|