在用的表修改字段类型或长度 gp: alter table tbnm alter column clnm type 字段类型; oracle: alter table rbnm modify clnm 字段类型;