dukeslater
Technical User
I've inserted records into a temp table in the specific order they need to be sequenced:
visit sequence
100
100
100
200
200
300
400
What is the most efficient way to update the sequence so that it resets at each change of visit?
visit sequence
100 1
100 2
100 3
200 1
200 2
300 1
400 1
Thanks....
visit sequence
100
100
100
200
200
300
400
What is the most efficient way to update the sequence so that it resets at each change of visit?
visit sequence
100 1
100 2
100 3
200 1
200 2
300 1
400 1
Thanks....