SELECT MAX(bid), * FROM tblAuctionBids WHERE username='$username' GROUP BY auction_id ORDER BY id DESC LIMIT 10