How can ı add row numbers like this:
GROUP 1
RowNumber ID Name Age
1 231 test 43
2 324 test2 45
3 354 test3 34
GROUP 2
RowNumber ID Name Age
1 657 test4 43
2 534 test5 45
3 678 test6 34
I want to do row numbers like this example.. For each group my row numbers will reset and start from 1 to groups row count.. My gruops(GROUP 1,GROUP 2, ....) are coming from db dynamically! How many group I have is not clear! here is I found some solutions but I think those solutions are available for how many groups when we know!