insert into emp values(70000.123);
只能存储
整数的前3位, 小数点后面的2位
oracle-number(5,2)
原文:http://www.cnblogs.com/daishuguang/p/4049268.html