flaniganmj
Technical User
Howdy,
How can I pull (SQL) the second record of an ordered set? Example:
Vendor Invoice No
1 1
1 2
1 3
2 4
2 5
2 6
I need have return something like this:
Vendor Invoice No
1 2
2 5
Any help?
flan
How can I pull (SQL) the second record of an ordered set? Example:
Vendor Invoice No
1 1
1 2
1 3
2 4
2 5
2 6
I need have return something like this:
Vendor Invoice No
1 2
2 5
Any help?
flan