Sergey Rudyshin
Member
Hi, Marco!
numbers with high scale are diplayed incorrectly in "Version 12.0.7.1837 (32 bit)"
check this out
The 64 bit version works fine though.
numbers with high scale are diplayed incorrectly in "Version 12.0.7.1837 (32 bit)"
check this out
SQL:
SQL> select cast ('0,1' as number (*,37)) n from dual;
N
----------------------------------------
0,100000000000000006
The 64 bit version works fine though.