alter table tb_ErpSalesOutProct alter column erpSalesOutProct_Number float not null
tb_ErpSalesOutProct 是表名。
erpSalesOutProct_Number是字段类型(原来是int类型,现在修改为float)
alter table tb_information alter column information_AB bit
alter table tb_ErpSalesOutProct alter column erpSalesOutProct_Number float not null
tb_ErpSalesOutProct 是表名。
erpSalesOutProct_Number是字段类型(原来是int类型,现在修改为float)
alter table tb_information alter column information_AB bit