Why do I get two different results when executing the "Alter Table tablename DROP COLUMN colname" statement in different versions of sqlite3. One result is successful execution, deleting a certain column, and the other result is unsuccessful execution, reporting "near" DROP ": syntax error". Is it related to DROP COLUMN and sqlite3 versions?
Why do I get two different results when executing the "Alter Table tablename DROP COLUMN colname" statement in different versions of sqlite3. One result is successful execution, deleting a certain column, and the other result is unsuccessful execution, reporting "near" DROP ": syntax error". Is it related to DROP COLUMN and sqlite3 versions?