删除表中的某列
                                            --删除列 alter table s drop constraint age_cons--在删除列之前需要先删除约束 alter table s drop column age
网站栏目:删除表中的某列
链接地址:http://www.scyingshan.cn/article/jepopj.html
 
 --删除列 alter table s drop constraint age_cons--在删除列之前需要先删除约束 alter table s drop column age