likeopensource
Programmer
I have a conceptual problem with sql here
I have a table with 3 columns, auction_id, bidder_id, bid_price. The three together form a composite key.
After an auction is closed we have to select the third highest and fifth highest values.
The real life problem is a little different, but I am getting stuck with the issue I have mentioned above
I have a table with 3 columns, auction_id, bidder_id, bid_price. The three together form a composite key.
After an auction is closed we have to select the third highest and fifth highest values.
The real life problem is a little different, but I am getting stuck with the issue I have mentioned above