bigbalbossa
Programmer
A delimited flat file contains two fields: List Number and Seq Number.
1|1
1|2
1|3
1|4
1|5
2|1
2|2
2|3
2|4
2|5
I need to find the min and max value for each list number. Seems easy enough...but i'm struggling.
Thanks All.
1|1
1|2
1|3
1|4
1|5
2|1
2|2
2|3
2|4
2|5
I need to find the min and max value for each list number. Seems easy enough...but i'm struggling.
Thanks All.