Versions available for this page: CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
You can drop a view by using the DROP VIEW clause. The way to drop a view is the same as to drop a regular table.
DROP [ VIEW | VCLASS ] view_name [ { ,view_name , ... } ]
DROP VIEW b_view;