I want to change float columns to decimal columns, so I use max(x)
to determine the numbers of digits I need before the decimal, but how can I check the length after the decimal?
For example:
float number: 300,9886722
How can I see that they are 7 digits behind the ,
?
Thanks for your help