Link to this page
Print this page
Parent topic
:
Static SQL statements
SQL support
/
Static SQL statements
DROP VIEW
Drops a view object from the database.
Syntax:
DROP VIEW
[
IF EXISTS
]
view-name
Related concepts
CREATE VIEW