是否可以在sqlite中的单个语句中更改表添加MULTIPLE列?以下不起作用.
alter table test add column mycolumn1 text, add column mycolumn2 text;
sql sqlite alter-table
alter-table ×1
sql ×1
sqlite ×1