给oracle数据库中的某个表,增加一个新的栏位 用sql语句怎么写?

如题所述

是加个字段吗?
alter table 表名 add 新字段名 类型+长度

如:
alter table test add pid varchar2(10);
温馨提示:答案为网友推荐,仅供参考
相似回答