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