SQLite Forum

Renaming TABLE *into* existing VIEW definition?
Login
Use:

<pre>
      PRAGMA legacy_alter_table=ON 
</pre>

before the ALTER TABLE command.