oracle注册账号登录oracle表添加一列

语法:alter table 表名 add 列名 列格式 [null/not null]

例子:

alter table t_test_lll add createdate Date null;

注意:添加非空列时,要保证表中没oracle账号有数据。

发表在 oracle metalink账号 | 标签为 | 留下评论