magabo
Joined: 10/06/2013 19:25:31
Messages: 1
Offline
|
I'm trying to find the way to make a join between allCountries table and postal codes table for Canada and Australia.
I'm joining by allCountries.name and postal_codes.place_name but I also need to join by state name, id or code.
In allCountries the value for admin_code1 is numeric for example '05' and on postal codes table it has letters for example 'WA'
Any help?
Thank you
|