1
2
3
4
5
--删除列
alter  table  s
drop  constraint  age_cons --在删除列之前需要先删除约束
alter  table  s
drop  column  age

 本文转自 angry_frog 51CTO博客,原文链接:http://blog.51cto.com/l0vesql/1765506