SELECT tour.*, tour_partenze.*
FROM tour_partenze, tour
WHERE (tour.pubblic = 1 OR tour.pubblic = 3) AND tour.id_tour = tour_partenze.id_tour
AND (tour.paese='messi' OR tour.paese='guate' OR tour.paese='beliz' OR tour.paese='guebe' OR tour.paese='megua' OR tour.paese='meguh' OR tour.paese='megub' OR tour.paese='guaho' ) AND tour_partenze.data_partenza >= 20141008 AND tour_partenze.data_partenza < 20151008 order by tour_partenze.data_partenza asc LIMIT 0, 300;