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