- 2026年07月10日
- 星期五
drop table test purge; create table test(a number(18,15)); insert into test values(22.692977); commit; 在pl/sql developer中查发现居然变化了,百思不得其解。 select * from test; A —————— 22.692976999999999 发现
drop table test purge; create table test(a number(18,15)); insert into test values(22.692977); commit; 在pl/sql developer中查发现居然变化了,百思不得其解。 select * from test; A —————— 22.692976999999999 发现