alter table t alter COLUMN f int 可以把列f改成int型
我现在想改多个字段的类型该怎么写
alter table t alter COLUMN f int column m int
这样写两个字段不行。。