SELECT * FROM `special_offer` as o, `business` as b WHERE 1=1 and o.business_id = b.business_id ORDER BY `offer_id` DESC LIMIT 0, 3