kermitforney
Technical User
Not sure what this type of query would be called. I apologize if the title is confusing.
Gist:
I need to exclude the top count of rows from a query. The example below is to better illustrate this.
Example:
Table Data
ID, Rank, ItemDesc
1, 1, Basketballs
2, 2, Soccer balls
3, 3, Baseballs
4, 4, Volleyballs
I need to be able to select the "bottom" two items, maybe this would be called a reverse top?
Gist:
I need to exclude the top count of rows from a query. The example below is to better illustrate this.
Example:
Table Data
ID, Rank, ItemDesc
1, 1, Basketballs
2, 2, Soccer balls
3, 3, Baseballs
4, 4, Volleyballs
I need to be able to select the "bottom" two items, maybe this would be called a reverse top?