I am working with a database table called "zip". My guess is we bought it from a vendor. It contains cities, states, zip and longitude/latitude of the cities plus a lot of other data. There is a column called CITYSTNAME and another column called LL_CITY. I would like to run a query that finds out if these two values are always the same, so that if not, I can decide which is the better to use when I am looking up a city. My hope is they are not always the same - otherwise why have them? (My other hope is that I have been using the correct one all along).
Thanks.


Reply With Quote

