Skip to content

RowNumber

Description

RowNumber returns the sequential row number within the current window.

Syntax

RowNumber()

Parameters

This function does not require parameters.

Notes

Window functions operate over the current ordered window or query context.

Example

RowNumber()

The expression returns the calculated result according to the current query context.