Skip to Main Content

Chinese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

如何删除列的default 属性

967004Nov 29 2012 — edited Nov 29 2012
请问在ORACLE中如何剔除列的default 属性?
如:create table aa(c1 varchar2(10) default null)
于是,在user_tab_cols中的data_default列中就有了个'null'值,我现在去掉这个null值,让它变成空白,相当于没有定义这个列的default属性,应该怎么弄?
This post has been answered by LiuMaclean(刘相兵) on Nov 29 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2012
Added on Nov 29 2012
1 comment
3,998 views