Delete a view
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.
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.