求一SQL 语句,关于修改字段属性的。表:product 其中一字段名:proid 类型:bigint 小弟想把其类型换为 nvarchar(15) SQL 语句如何先。谢谢[解决办法]alter table product ALTER COLUMN proid nvarchar(15)