Hi,

I have an address stored as a serialized array

address[0] = "my street";
address[1] = "Edinburgh";
address[2] = "Scotland";

This is what I have. I want if it is possible to extract all the UNIQUE towns from my database.

This is what the on of the entires looks like in my database.

a:7:{s:8:"building";s:0:"";s:7:"company";s:0:"";s:5:"line1";s:12:"Leyland Road";s:5:"line2";s:0:"";s:5:"line3";s:0:"";s:4:"town";s:8:"Bathgate";s:6:"county";s:12:"West Lothian";}


R.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to