日期:2014-05-16  浏览次数:20518 次

修改oralce字段属性

?

alter table 表名 modify 列名 null

alter table t_ueap_access_msg modify recv_time null

?

?