首页
Java
登录
6mi
u
盘
搜
搜 索
Java
修改大字段
修改大字段
xiaoxiao
2021-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
)