I have table already with lot of data, it has column called 'Amount' and datatype is number.
it has values like (for example)
6.47406190350509E15
9.2887386559616E15
I am trying to convert datatype to number with precision and scale. How do I identify the precision and scale of existing values?
I have tried querying all_columns table but it has nothing in it.