G
Guest
Hello.
I have a select query that returns a list of records of the following kind:
Field1 Field2
A 8
A 7
A 5
A 4
A 3
A 2
B 10
B 9
B 8
B 7
B 6
B 5
........
Is it possible to return only the top 5 Values of Field2 for each value of
Field1 ?
Thanks.
Luis
I have a select query that returns a list of records of the following kind:
Field1 Field2
A 8
A 7
A 5
A 4
A 3
A 2
B 10
B 9
B 8
B 7
B 6
B 5
........
Is it possible to return only the top 5 Values of Field2 for each value of
Field1 ?
Thanks.
Luis