blob: b5273fed1cec11d0850d51b14c6cd3095078f113 [file] [log] [blame]
SELECT col_int, MAX(col_int) OVER (ORDER by col_int) max_int FROM `smlTbl.parquet`;