Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sqlite データベースから列の 1 つを削除したいと考えています。これに次のクエリを適用します。
ALTER TABLE table_name DROP COLUMN column_name;
しかし、それは私に次のエラーを与えています:
near "DROP": syntax error
sqlite3 データベースでサポートされているドロップ カラムです。はいの場合、このクエリの何が問題になっていますか?