目录

SQL DROP VIEW 关键字


DROP VIEW

这个DROP VIEW命令删除视图。

以下 SQL 删除 "Brazil Customers" 视图:

示例

DROP VIEW [Brazil Customers];