1.同类型转换 alter table 表名 modify cgys 类型 2.特殊number中整数转换成小数 假如test,中a字段为number(4) alter table test modify a number(5,2) 注意:长度要比之前的大,否则修改不成