Hi,
I have been asked to create a query which returns the top 5 results by day, I was thinking off doing a top Query and union them all together but the amount of days can be anything between 5 and 30 days.
The Columns I have which I need to query are as follows:
I need the top 5 RLD Entries by Day, does anyone have any idea how I can do this.
Thanks,
Gavin,
I have been asked to create a query which returns the top 5 results by day, I was thinking off doing a top Query and union them all together but the amount of days can be anything between 5 and 30 days.
The Columns I have which I need to query are as follows:
Code:
DATE
FDD
Name
RLD
RLDCS
RLDPS
RBSS
I need the top 5 RLD Entries by Day, does anyone have any idea how I can do this.
Thanks,
Gavin,