blob: 8786c703e003a6ad2d3560c9aafa094e412d1aa2 [file]
SELECT c2, MIN(SUM(c1)) OVER() FROM `tblWnulls.parquet` GROUP BY c2;