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