create table tab(mon decimal(18,12))
insert tab values(1000.123456789012)
select * from tab所影响的行数为 1 行)mon                  
-------------------- 
1000.123456789012(所影响的行数为 1 行)
Float型不准确