mrodonis
Programmer
- Jun 26, 2007
- 5
thread183-859372
The original thread does what I need when the repeated record is an Integer, but I need this when the record is a varchar. For example, I have the following client_tag field, where I need to add a sequential number for each record that is the identical, restarting the sequence for each new Client_Tag.
Client_Tag Seq (Need to add this column)
AA00001224 1
AA00001224 2
AA00001224 3
BB00001234 1
CC00001233 1
CC00001233 2
I appreciate any assistance with this.
Thanks!
The original thread does what I need when the repeated record is an Integer, but I need this when the record is a varchar. For example, I have the following client_tag field, where I need to add a sequential number for each record that is the identical, restarting the sequence for each new Client_Tag.
Client_Tag Seq (Need to add this column)
AA00001224 1
AA00001224 2
AA00001224 3
BB00001234 1
CC00001233 1
CC00001233 2
I appreciate any assistance with this.
Thanks!