I have a table full of names and addresses (resource table). In this table I have a field for county (the county the address falls in). I have another table ab_places that contains all the counties associated with every zip code or city and state combo in the country.
I am trying to query the ab_places table to select the correct county to be associated with the address in the resource table and then to update the resource table with the correct counties info.
I am at a loss as to how to do this. Running mysql 4.0.20 so no subqueries.
Any help would be greatly appreciated.
thanks!
- Joey
I am trying to query the ab_places table to select the correct county to be associated with the address in the resource table and then to update the resource table with the correct counties info.
I am at a loss as to how to do this. Running mysql 4.0.20 so no subqueries.
Any help would be greatly appreciated.
thanks!
- Joey