欢迎投稿

今日深度:

oracle表添加一列

oracle表添加一列


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

例子:

alter table t_test_lll add createdate Date null;


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

www.htsjk.Com true http://www.htsjk.com/oracle/22661.html NewsArticle oracle表添加一列 语法: alter table 表名 add 列名 列式 [null/not null] 例子: alter table t_test_lll add createdate Date null; 注意:添加非空列时,要保证表中没有数据。...
相关文章
    暂无相关文章
评论暂时关闭