Price:693.48 USD Current Bid:
- Ends:
Sep. 05, 2010 00:00:00
SELECT a.auction_id, a.name, a.start_price, a.max_bid, a.nb_bids, a.currency,
a.end_time, a.closed, a.bold, a.hl, a.buyout_price, a.is_offer, a.reserve_price, a.owner_id, a.postage_amount,
a.fb_current_bid, a.auction_type FROM
guntr_auctions a FORCE INDEX(auctions_end_time)
WHERE a.active=1 AND a.approved=1 AND a.closed=0 AND a.deleted=0 AND a.creation_in_progress=0 AND (a.category_id IN (1868, 1987, 1985, 1986, 1988, 1984, 1983, 1982) OR a.addl_category_id IN (1868, 1987, 1985, 1986, 1988, 1984, 1983, 1982))
ORDER BY a.end_time ASC LIMIT 0, 20