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