I have a MySQL database set up lik e this
id, INT, autoincrement, primary
country, varchar
region, varchar
city, varchar
p_codes varchar
[/php]
I want to select a unique town with a unique first part of post code but don't have the first idae how to do it, can anyone help please