DROP VIEW
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This statement removes a view from the database. You can change the definition of a view by dropping and re-creating it.
Syntax
DROP VIEW [qualifier.][owner.]view_name
Example
DROP VIEW V1