Database error: Invalid SQL:
SELECT DISTINCT(street), streetlocalitytowncounty AS display_value
FROM food_idx_street
WHERE
(street LIKE 'po%3%') AND SQRT(POWER(ABS(555180 - xm), 2) + POWER(ABS(6340162 - ym), 2)) <= 8000 AND f_country = 224 AND (locality LIKE 'potterton' OR locality LIKE 'potterton-%' OR locality LIKE 'potterton %') AND (town LIKE 'aberdeen')
ORDER BY street
MySQL error: 1054 (1054)
Session halted.