blob: 793d466b00b479d0be75b8ee7d8920ad1aa823f7 [file] [log] [blame]
SELECT MIN(cast( col7 as DOUBLE )) OVER(PARTITION BY cast( col2 as CHAR(2)) ORDER BY cast( col0 as INT )) FROM `fewRowsAllData.parquet`;