Upuść widok w SQLite
DROP VIEW db.view_name;
-- or in case it exists --
DROP VIEW IF EXISTS db.view_name;
Thankful Toad
DROP VIEW db.view_name;
-- or in case it exists --
DROP VIEW IF EXISTS db.view_name;