P
Pass-the-Reality
In my query, I wanted to create a row that autonumbers each line. Example of
current out put is
Adam 4-3-09
Bob 4-3-09
Carrie 4-3-09
I want my query to produce the below.
1 Adam 4-3-09
2 Bob 4-3-09
3 Carrie 4-3-09
current out put is
Adam 4-3-09
Bob 4-3-09
Carrie 4-3-09
I want my query to produce the below.
1 Adam 4-3-09
2 Bob 4-3-09
3 Carrie 4-3-09