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

Art Galleries & Fine Art Dealers in Cobham, Surrey
Content Ad
-
Room For Art
Tel: 01932 86582515A Church StreetCobhamSurreyKT11 3EG -
Things Italian
Tel: 01932 86790965 Portsmouth RoadFax: 01932 845360CobhamSurreyKT11 1JQ

Art Galleries & Fine Art Dealers near Cobham
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 = 168783 and
t.idTown <> 3313 and
t2.idTown = 3313
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`.`x` - `vpsdaygo_ukbuisness`.`t2`.`x`'