Skip to content

Topic

SQL window functions

SQL constructs that compute a value across a set of rows related to the current row (ROW_NUMBER, LAG, LEAD, running aggregates) without collapsing the result set the way GROUP BY does.

Current clusters