I have a table with numbers stored as varchar2 with \'.\' as decimal separator (e.g. \'5.92843\').
varchar2
I want to calculate with these numbers using \',\' as tha
You can't have "unlimited" number. Maximum precision is 38 significant digits. From the documentation.