alter table DM_SELF_PROGRAM rename column document to my_document;
alter table DM_SELF_PROGRAM add document clob;
update DM_SELF_PROGRAM set document = my_document;
alter table DM_SELF_PROGRAM drop column my_document;
comment on column DM_SELF_PROGRAM.document is '文件';

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-07
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
相关资源
相似解决方案