张志峰的博客

水滴石川,积少成多。

导航

2016年12月10日

摘要: 1.更改Float字段类型to Decimal ALTER TABLE 表名 MODIFY 字段名 decimal(10,2) not null default '0'; 如: ALTER TABLE invoice MODIFY TotalMoney decimal(10,2) not null 阅读全文

posted @ 2016-12-10 18:57 ╰★张志峰★╮ 阅读(965) 评论(0) 推荐(0)