Database error: Invalid SQL:
SELECT DISTINCT(town), towncounty AS display_value
FROM food_idx_town
WHERE
(town LIKE 'c%') AND SQRT(POWER(ABS(363995 - xm), 2) + POWER(ABS(5741410 - ym), 2)) <= 2000 AND f_country = 224 AND (street LIKE 'colchester road' OR street LIKE 'colchester road %' OR street LIKE 'the colchester road') AND (locality LIKE 'wivenhoe' OR locality LIKE 'wivenhoe-%' OR locality LIKE 'wivenhoe %')
ORDER BY town
MySQL error: 1054 (1054)
Session halted.