alter table 表名 drop column 列名;alter table test drop column r1;
alter table 表名 drop column 列名;
alter table test drop column r1;