Thank you but I have a little doubt: I don't see the "countries" table in your code. I believe the code you gave me will indeed tell me which CITY in the "citites" table have no - or too many - Country_ISO code
but
will it tell me which cities - throught their Country_ISO code - have NO CORRESPONDING record in the "countries" code (which is what I am after)
Say for instance I have "London" with country_ISO = "UK" but in the "countries" table the Country_ISO for Great Britain is "GB"... How do I find out that London has no corresponding "country"?
I am asking because I have had the case, using ISO codes for the cities and HSBC's home code for the countries ... so I have got to check them all...
Thank you for your interest
John in Brussels late at night.