alter table 表名 modify 字段名 varchar2(长度); eg: alter table t_web_crm_web_order modify fshrcity varchar2(100)