Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

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 | 

DROP VIEW

Description

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.

Syntax

DROP [ VIEW | VCLASS ] view_name [ { ,view_name , ... } ]

  • view_name: Specifies the name of a view to be dropped.
Example

DROP VIEW b_view;