修改大字段

xiaoxiao2021-02-28  97

--增加大字段项   alter table med_generic add hehe clob;   --将需要改成大字段的项内容copy到大字段中   update med_generic set hehe=option07;   --删除原有字段   alter table med_generic drop column option07;   --将大字段名改成原字段名   alter table med_generic rename column hehe to option07;  
转载请注明原文地址: https://www.6miu.com/read-36558.html

最新回复(0)