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