在谷歌的BigQuery,只是好奇:有沒有提出浮點值的字符串不失去它的精度的簡單方法。 目前: select
string(float_value) as str_float_value,
cast(float_value as string) as cast_float_value_as_string,
float_value as original_float_v
是否有可能在逗號後有16位小數的數組中獲得此值? 如下圖所示,我的工作區被切割得很差。 親切的問候! format long;
startYCoordinateNorthEast=([50.93952193697642, 6.99745722361763]);
here you can see the array, cut to 4 decimals but I need 16