P
Paul
In a query I am attempting to include a number
coorisponding to each record in a table. It would be nice
if I could extract the actual record (or row) number.
However, since the query does not limit records a
runningsum or row counter (incrementing number for each
row) would work.
Unfortunately, the solution has not presented itself to me
easily and I can not believe it's that "tough". Example:
(Needed) ID OtherStuff
1 1 xxxxxx
2 4 xxxxxx
3 5 xxxxxx
Ideas would be appreciated.
coorisponding to each record in a table. It would be nice
if I could extract the actual record (or row) number.
However, since the query does not limit records a
runningsum or row counter (incrementing number for each
row) would work.
Unfortunately, the solution has not presented itself to me
easily and I can not believe it's that "tough". Example:
(Needed) ID OtherStuff
1 1 xxxxxx
2 4 xxxxxx
3 5 xxxxxx
Ideas would be appreciated.