oracle 表添加一列,oracle添加一列
语法:alter table 表名 add 列名 列格式 [null/not null]
例子:
alter table t_test_lll add createdate Date null;
注意:添加非空列时,要保证表中没有数据。
http://www.htsjk.com/shujukunews/4821.html
www.htsjk.Com
true
http://www.htsjk.com/shujukunews/4821.html
NewsArticle
oracle 表添加一列,oracle添加一列 语法: alter table 表名 add 列名 列式 [null/not null] 例子: alter table t_test_lll add createdate Date null; 注意:添加非空列时,要保证表中没有数据。...
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。