To delete a view, use the DROP VIEW statement.
The deletion of a view does not delete the tables it references. If you delete a view that is referenced by another view, queries on the view that references the deleted view fail.
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
OceanBase Database
Download PDF
To delete a view, use the DROP VIEW statement.
The deletion of a view does not delete the tables it references. If you delete a view that is referenced by another view, queries on the view that references the deleted view fail.