⑴ SQL如何用语句更改字段的数据类型

修改类型,使用sql语句:

alter table 表名 alter column 字段名称 varchar not null

示例:

新建表如下图所示: