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 '文件';

  

相关文章:

  • 2021-11-20
  • 2021-11-20
  • 2021-10-18
  • 2021-07-14
  • 2021-09-03
  • 2021-11-20
  • 2021-11-28
  • 2021-11-28
猜你喜欢
  • 2021-11-28
  • 2021-12-08
  • 2021-11-28
  • 2021-11-28
  • 2021-08-11
  • 2021-12-08
  • 2021-11-20
相关资源
相似解决方案