I have basic data like this.
and I want to add the column you see out the far right.
Identity ID Contactid Desired Column
1 A 123 1
2 A 124 1
3 A 125 1
4 B 200 4
5 B 201 4
6 C 354 6
7 C 368 6
8 C 370 6
9 C 395 6
10 D 400 10
All the desired column is doing is getting the min identity valuewhere the ID columns starts.
Any ideas?
Thanks,
and I want to add the column you see out the far right.
Identity ID Contactid Desired Column
1 A 123 1
2 A 124 1
3 A 125 1
4 B 200 4
5 B 201 4
6 C 354 6
7 C 368 6
8 C 370 6
9 C 395 6
10 D 400 10
All the desired column is doing is getting the min identity valuewhere the ID columns starts.
Any ideas?
Thanks,