f select * from dates join flights2 on flights2.arrivalId = dates.airportCode join airports on flights2.arrivalId = airports.code where dates.holidayID = '72' and pax <='2' and maxpax >='2' and price!='' and price!='0' group by name order by countryCode <> '',namehh