SQL DROP VIEW 关键字
DROP VIEW
The DROP VIEW command deletes a view. (DROP VIEW 命令用于删除视图。)
The following SQL drops the "Brazil Customers" view (以下 SQL 语句删除 "Brazil Customers" 视图)
示例
DROP VIEW [Brazil Customers];
The DROP VIEW command deletes a view. (DROP VIEW 命令用于删除视图。)
The following SQL drops the "Brazil Customers" view (以下 SQL 语句删除 "Brazil Customers" 视图)
DROP VIEW [Brazil Customers];
如果您想将 W3Schools 服务用于教育机构、团队或企业,请发送电子邮件给我们
sales@w3schools.com
如果您想报告错误,或想提出建议,请发送电子邮件给我们
help@w3schools.com