DROP SYNONYM
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- 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:
|