I have the decimal values in my snowflake table and need to show exponential values
0.9525816643 --> 9.523E-1
0.9714426928 --> 9.714E-1
759023.356783 --> 7.59023E5
Which function I can use in snowflake to convert decimal to exponential value?
I have the decimal values in my snowflake table and need to show exponential values
0.9525816643 --> 9.523E-1
0.9714426928 --> 9.714E-1
759023.356783 --> 7.59023E5
Which function I can use in snowflake to convert decimal to exponential value?