Query failed: SELECT DISTINCT `AA Rating`,`RAC Rating`,TouristBoardRating,FrenchRating,EstablishmentName,`Rooms From`,`Hotel Id`,Latitude,Longitude,`Address1`,`Geo Town`,`Geo County`, `Geo Country`,`DescriptionEn` AS Description ,`LongDescriptionEn` AS LongDescription,`Visa`,`Switch`,`American Express`,`Diners Card`, `HomeHyperlink`,IF(hotel.`Hotel Id`>1000000,(`Rooms From`*1.3),`Rooms From`) AS adjusted, image FROM hotel WHERE (`Geo Region` LIKE 'England' OR `Geo Country` LIKE 'England') AND (((latitude-53.9577<0.12 && latitude-53.9577>-0.12) && (longitude+1.08233<0.12 && longitude+1.08233>-0.12)) || `ATOPResort` = 'York' || `ATOPLocation` = 'York' || `Geo Town` = 'York') AND (`DescriptionEn` != "" || `LongDescriptionEn` != "") ORDER BY 'adjusted' LIMIT 0,25