blob: a5200ee81ad6edfe3840254d34f2d24dbeb178f4 [file] [log] [blame]
SELECT COUNT(cast( col2 as CHAR(2) )) OVER(PARTITION BY cast( col2 as CHAR(2)) ORDER BY cast( col0 as INT )) FROM `fewRowsAllData.parquet`;