Hello,
This is unusual but it's not for me, it's for a client
.
The table is :
ID Name
1 A
2 A
3 B
4 A
The query will have the ID field, the name field and an occurence.
The result should be :
1 A 1
2 A 2
3 B 1
4 A 3
So it should counts how many time it appearad until current ID.
Anyone has some ideeas?
This is unusual but it's not for me, it's for a client
The table is :
ID Name
1 A
2 A
3 B
4 A
The query will have the ID field, the name field and an occurence.
The result should be :
1 A 1
2 A 2
3 B 1
4 A 3
So it should counts how many time it appearad until current ID.
Anyone has some ideeas?