sqlite3 ビューviewを削除する方法
環境
Windows 10 Home 64bit
SQLite 3.39.2
書式
DROP VIEW ビュー名;
「view」を削除するには、「DROP VIEW」を使用します。
使用例
「testview」を削除します
drop view testview
Coding Changes the World
環境
Windows 10 Home 64bit
SQLite 3.39.2
書式
DROP VIEW ビュー名;
「view」を削除するには、「DROP VIEW」を使用します。
使用例
「testview」を削除します
drop view testview