我有一个问题:我需要从我的SQLite数据库中删除一列.我写了这个查询
alter table table_name drop column column_name
但它不起作用.请帮我.
sql sqlite ddl
ddl ×1
sql ×1
sqlite ×1