Hi. I have a data 1.95 (number column) that is inserted into another table (varchar2 column)
After insert operation is completed I see that it is actually 1,96 ("," is because the territory defined as ITALY).
I know that a precision can cause rounding, but as I said the insert is done into varchar2 column
My DB version is 11.2.0.3.0
Please advice