Description
Returns the row number from the source.
Syntax
ROWNUM ( )
Remarks
Useful for generating a sequential number when inserting rows into an empty database.
Examples
This function returns 2 when the second source row is being processed:
ROWNUM( )
See also