I would like to convert float value 2.0 into 2.00 in the output. How can i achieve the same in bigquery?
e.g. I have value 6412.7 as an input. I would like to have output like 6412.70.
I would like to convert float value 2.0 into 2.00 in the output. How can i achieve the same in bigquery?
e.g. I have value 6412.7 as an input. I would like to have output like 6412.70.