We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b237b0 commit 3c06193Copy full SHA for 3c06193
1 file changed
scripts/sql/idc_index.sql
@@ -81,7 +81,7 @@ SELECT
81
ANY_VALUE(CONCAT(series_aws_url,"*")) AS series_aws_url,
82
# description:
83
# total size of the series in megabytes
84
- ROUND(SUM(SAFE_CAST(instance_size AS float64))/1000000, 2) AS series_size_MB,
+ SUM(SAFE_CAST(instance_size AS float64))/1000000. AS series_size_MB,
85
FROM
86
`bigquery-public-data.idc_v23.dicom_all` AS dicom_all
87
JOIN
0 commit comments