Database error: Invalid SQL:
SELECT DISTINCT(locality), localitytowncounty AS display_value
FROM food_idx_locality
WHERE
(locality LIKE 'b%') AND SQRT(POWER(ABS(416407 - xm), 2) + POWER(ABS(5580986 - ym), 2)) <= 2000 AND f_country = 224 AND (street LIKE 'beaumont street' OR street LIKE 'beaumont street %' OR street LIKE 'the beaumont street') AND (town LIKE 'street')
ORDER BY locality
MySQL error: 1054 (1054)
Session halted.