Skip to main content
Calculates the cumulative count of values from the first row up to the current row within a partition. Category: window Syntax:
Returns: Integer Context Filtering: ✓ Yes

Parameters

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Returns the running count of orders from the first row to the current row.
Calculates cumulative count of customers, useful for tracking total customer interactions over time.
Last modified on March 13, 2026