Price:355.04 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 (1866, 1968, 1873, 1872, 1967) OR a.addl_category_id IN (1866, 1968, 1873, 1872, 1967))
ORDER BY a.end_time ASC LIMIT 0, 20