blob: ba9760e1f5b69d8eac006e351d90585a2b15e80e [file] [log] [blame]
SELECT col_bgint, MIN(col_bgint) OVER (ORDER by col_tmstmp) min_bgint FROM `smlTbl.parquet`;