Database error: Invalid SQL:
SELECT DISTINCT(street), streetlocalitytowncounty AS display_value
FROM food_idx_street
WHERE
(street LIKE 'ch%5%') AND SQRT(POWER(ABS(362797 - xm), 2) + POWER(ABS(5691615 - ym), 2)) <= 1000 AND f_country = 224 AND (locality LIKE 'chestfield' OR locality LIKE 'chestfield-%' OR locality LIKE 'chestfield %') AND (town LIKE 'whitstable')
ORDER BY street
MySQL error: 1054 (1054)
Session halted.