Database error: Invalid SQL:
SELECT DISTINCT(locality), localitytowncounty AS display_value
FROM food_idx_locality
WHERE
(locality LIKE 't%') AND SQRT(POWER(ABS(597155 - xm), 2) + POWER(ABS(5909120 - ym), 2)) <= 4000 AND f_country = 224 AND (street LIKE 'townhead road' OR street LIKE 'townhead road %' OR street LIKE 'the townhead road') AND (town LIKE 'sheffield')
ORDER BY locality
MySQL error: 1054 (1054)
Session halted.