blob: 30634abdddec468f32ed0651ac3fd15ad7ce3f5d [file]
SELECT c2, MAX(MAX(c2)) OVER( ORDER BY c2 ) max_c2 FROM `tblWnulls.parquet` GROUP BY c2;