阅读背景:

将NVARCHAR2类型改为clob字段类型

来源:互联网 
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 '文件';
alter table DM_SELF_PROGRAM rename column d



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: