I am trying to number the rows I retrieve from a select statement but with a catch...
I am grouping my results, and the numbering must restart with each group... ie
Group A
1 Field1 Field2
2 Field1 Field2
Group B
1 Field1 Field2
2 Field1 Field2
3 Field1 Field2
Is there a way to do this in a select statement?
Thanks for your help everyone!
I am grouping my results, and the numbering must restart with each group... ie
Group A
1 Field1 Field2
2 Field1 Field2
Group B
1 Field1 Field2
2 Field1 Field2
3 Field1 Field2
Is there a way to do this in a select statement?
Thanks for your help everyone!