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 'Northern Ireland' OR `Geo Country` LIKE 'Northern Ireland') AND (((latitude-54.5957<0.12 && latitude-54.5957>-0.12) && (longitude+5.9355<0.12 && longitude+5.9355>-0.12)) || `ATOPResort` = 'Belfast' || `ATOPLocation` = 'Belfast' || `Geo Town` = 'Belfast') AND (`DescriptionEn` != "" || `LongDescriptionEn` != "") ORDER BY 'adjusted' LIMIT 0,25