oracle-number(5,2)

insert into emp values(70000.123);

只能存储

整数的前3位, 小数点后面的2位

原文地址:https://www.cnblogs.com/daishuguang/p/4049268.html