I need to get a query to include the record number / row number for each line returned in a query.
Example:
Num First Last
———————–
1 John Doe
2 Jane Smith
3 Sam Stone
The numbers in the column ‘Num’ need to be part of the results of the query.
-JON ABEND