结论:如果插入的小数位超过要保存的小数位,进行四舍五入。
如: 定义decimal(6.2),保留两位小数
INSERT INTO testdecimal(balance) VALUES(1.556)
插入结果:1.56