alter table tablename alter column colname newDataType

比如:ALTER   TABLE   mytable

ALTER COLUMN  mycol1    INT DEFAULT   0

05-12 15:27