I have a table with Records by Week Number.
Week 48 with 45 records
Week 49 with 52 records
Week 50 with 12 records
Is there a way to select all records apart from the max week number ( this may only be a part week)
So in the example above the query would only show weeks 48 and 49.
As this table is updated automaticaly I need the query to show all data apart from this week.
Week 48 with 45 records
Week 49 with 52 records
Week 50 with 12 records
Is there a way to select all records apart from the max week number ( this may only be a part week)
So in the example above the query would only show weeks 48 and 49.
As this table is updated automaticaly I need the query to show all data apart from this week.