使用rename 关键字
create table TEST
(
id INTEGER,
con VARCHAR2(222)
);
alter table test rename column id to auto_id;
使用rename 关键字
create table TEST
(
id INTEGER,
con VARCHAR2(222)
);
alter table test rename column id to auto_id;
2476
1万+

被折叠的 条评论
为什么被折叠?