http://blog.csdn.net/rainharder/article/details/6663458
alter table 表名 drop column 列名
eg:
alter table TPointManage add AddPointsReason number(8)
alter table textattrdetail drop column AddPointsReason
http://blog.csdn.net/rainharder/article/details/6663458
alter table 表名 drop column 列名
eg:
alter table TPointManage add AddPointsReason number(8)
alter table textattrdetail drop column AddPointsReason
转载于:https://www.cnblogs.com/fatherZyl/p/3611667.html