Page here got error
select DISTINCT o.offer_id,o.product_id,drop_day,title,length,destination,depart_day,
description,sup_id,signature_amenities,from_price,departure_port_id,end_port_id,theme,
private_collection,sold_out,exclusive_amenities FROM sig_cruise_offers o INNER JOIN
sig_cruise_offer_destinations d on d.offer_id = o.offer_id
and o.offer_id in () order by depart_day






