SQLite Forum

DROP VIEW IF EXISTS failure
Login
From the documentation:

`If the specified view cannot be found and an IF EXISTS clause is present in the DROP VIEW statement, then the statement is a no-op.`

But it is *not* a no-op if there is a table with the given name.