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

Historic Buildings in Paignton, Devon
Content Ad
-
English Heritage
Tel: 01803 5227751 Kirkham StreetPaigntonDevonTQ3 3AX -
Paignton Pier
Tel: 01803 522139Paignton PierPaigntonDevonTQ4 6BW

Historic Buildings near Paignton
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 = 169386 and
t.idTown <> 3976 and
t2.idTown = 3976
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`)'