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