SQLite Forum

DROP VIEW IF EXISTS failure
Login
> The `<name>` that you are trying to DROP does exist, therefore the clause part "IF EXIST `<name>`" is true.

No, it does *not* exist as a *view*. And that's what I'm telling SQLite to do: If a *view* named "test" exists, drop it.