sqlite3 ビューviewを削除する方法

環境
Windows 10 Home 64bit
SQLite 3.39.2

書式
DROP VIEW ビュー名;
「view」を削除するには、「DROP VIEW」を使用します。

使用例
「testview」を削除します

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
drop view testview
drop view testview
drop view testview

 

SQLite

Posted by arkgame