ROW_NUMBER
Description
Numbers the output of a result set. More specifically, returns the sequential number of a row within a partition of a result set, starting at 1 for the first row in each partition. (ROW_NUMBER in Transact-SQL).
Sample Source Pattern
Syntax
Examples
Code:
Output:
Related EWIs
SSC-EWI-0001: Unrecognized token on the line of the source code.
Last updated