hanxirensheng

alert table 表名 add column 列名
alter table 表名 drop column 列名
eg:
alter table TPointManage add AddPointsReason number(8)
alter table textattrdetail drop column AddPointsReason

 

需要注意的一点,如果要修改的表,不是当前的用户的表,那么就需要添加上用户的名称。以及有修改此表的权限。

分类:

技术点:

相关文章:

  • 2021-09-25
  • 2021-12-05
  • 2021-11-30
  • 2021-11-03
  • 2021-12-10
  • 2021-11-30
  • 2021-11-30
  • 2021-09-25
猜你喜欢
  • 2021-11-30
  • 2021-11-30
  • 2021-08-01
  • 2021-12-22
  • 2021-11-09
  • 2021-12-10
  • 2021-08-05
相关资源
相似解决方案