alter table 表名 modify(字段名 类型) 之前字段type 的长度为50 现在改为100
举例 : alter table psp_model modify(type varchar2(100))
alter table 表名 modify(字段名 类型) 之前字段type 的长度为50 现在改为100
举例 : alter table psp_model modify(type varchar2(100))
转载于:https://www.cnblogs.com/chengxuyuanIng/p/10530270.html