UK Days Out and Activity Finder
A comprehensive directory for finding days out, activities, events and attractions around the UK.

Ice Cream Parlours & Mobile Shops in Aberfeldy, Perthshire
We currently don't have any entries for Ice Cream Parlours & Mobile Shops in Aberfeldy.
Content Ad

Ice Cream Parlours & Mobile Shops near Aberfeldy
SELECT
sqrt((abs(p.x - t2.x) * abs(p.x - t2.x)) + (abs(p.y-t2.y) * abs(p.y-t2.y))) as distance,
b.*, t.nameTown, c.nameCounty, p.* from businesses_daygo b
join towns t on b.idTown = t.idTown
join counties c on t.idCounty = c.idCounty
join postcodes p on b.shortPostCode = p.postcode
join towns t2
where
b.idBusinessType = 169595 and
t.idTown <> 2975 and
t2.idTown = 2975
order by (abs(p.x - t2.x) * abs(p.x - t2.x)) + (abs(p.y-t2.y) * abs(p.y-t2.y))
limit 8BIGINT UNSIGNED value is out of range in '(`vpsdaygo_ukbuisness`.`p`.`y` - `vpsdaygo_ukbuisness`.`t2`.`y`)'