Fernando N
Member
Hi,
I've got a NUMBER(18) field in a table. I've inserted "900000000000000001" in it.
When I do "select * from table" I see "9E17", which is not correct (as it is not 90..0 but 90..1).
If I do "select to_char(field) from table" I see the correct figure, so the problem is of PL/SQL Developer.
Is there any way I can see the full figure? It is really a problem if I do "Edit data" as I don't know what number was!
Thank you!
I've got a NUMBER(18) field in a table. I've inserted "900000000000000001" in it.
When I do "select * from table" I see "9E17", which is not correct (as it is not 90..0 but 90..1).
If I do "select to_char(field) from table" I see the correct figure, so the problem is of PL/SQL Developer.
Is there any way I can see the full figure? It is really a problem if I do "Edit data" as I don't know what number was!
Thank you!