数据库 sql更改字段类型 2016-12-06 186 1 sql如何更改字段类型?alter table 表名alter column 字段名 字段类型例如要将table1表中的remark字段的类型改成text类型:alter table table1alter column remark text