Hope
Joined: 08/01/2013 18:42:41
Messages: 1
Offline
|
Hello,
I am using the new version of the Geo Names database. I need to join the geo_names and admin1CodesAscii tables. I am not clear how to create a dependency between the two tables. I understand admin1CodesAscii.CODE=(geoName.COUNTRY_CODE + '.' + geoName.Admin1_CODE)
Has anyone got an idea as to how I can declare this relation when creating the tables so that I can use the default joins in PHP Symfony?
Thank you.
|