TABLE 1
id name uf ibge
1 GOIANIA 'GO' null
2 BRASILIA 'DF' null
3 TOCANTINS 'TO' null
TABLE 2
id name uf ibge
1 GOI**Â**NIA 'GO' 5208707
2 BRAS**Í**LIA 'DF' 5300108
3 TOCANTINOPOLIS 'TO' 1721208
I need to update in table 1, the field ibge
using some kind of like
in the where
clause to relate the description
of the city
with ibge
code.
Could anyone help? Very grateful!