I have 2 tables (A and B). A has 3 fields (City, State, Phone) and B has 2 (City, State). I need to find records that exist in A but not B, ignoring the Phone field, since it doesnt exist in table B. For instance:
[code]
Table A:
City | State | Phone
-----------------------------------...
I have 2 tables (A and B). A has 3 fields (City, State, Phone) and B has 2 (City, State). I need to find records that exist in A but not B, ignoring the Phone field, since it doesnt exist in table B. For instance:
Table A:
City | State | Phone
-----------------------------------...
I have 2 tables (A and B). A has 3 fields (City, State, Phone) and B has 2 (City, State). I need to find records that exist in A but not B, ignoring the Phone field, since it doesnt exist in table B. For instance:
Table A:
City | State | Phone
-----------------------------------...
I have an ASP page (run locally) that works as a portal. It shows details about my filesystems (freespace, etc), date/time, quicklinks, email, Slashdot stories (just headers - with links to slashdot.org), etc. The Slashdot headers are generated by parsing XML pulled directly from slashdot.org...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.