blob: c41505dec277397de93df1177694c29a14aedfcd [file] [log] [blame]
SELECT MAX(lastVal_col1) FROM (SELECT LAST_VALUE(col1) OVER(PARTITION BY col7 ORDER BY col1) lastVal_col1 , col7 FROM `allTypsUniq.parquet`) sub_query;