Here is the scenario:
TableName: BIDS
Fields:Lot_id, Bidder_id, Amount_bid
I'm trying to make a query that will take the highest bid amount for each lot number.
I did just a regular sort query that sorted by Lot_id(acsending) then Amount_bid(Decsending) and that was OK till I was told there's going to be around 1500 LOTS. Does anyone have any idea how to make a query that would fit this problem?
Thanks,
David Pino