jameshappy

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

分类:

技术点:

相关文章:

  • 2021-12-10
  • 2021-09-17
  • 2022-12-23
  • 2021-07-02
  • 2021-05-15
猜你喜欢
  • 2022-01-25
  • 2021-10-19
  • 2021-11-30
  • 2022-02-18
  • 2021-12-12
  • 2021-08-28
相关资源
相似解决方案