360degreehosting
IS-IT--Management
Hi,
I need help with a simple join. I'm not sure where I'm going wrong but help would be appreciated.
Table Structure::
Table1:
ZipCode
Table2:
ZipCode
Table 1 - sample data
ZipCode
_______
12345
12346
12347
12347
78943
78942
Table 2 - sample data
ZipCode
_______
12345
12346
12347
12348
12349
Results needed:
I need to end up with data from Table1 that includes:
12345
12346
12347
12347
This seems like a simple join but I am not able to accomplish this.
Thank you for an example query based on my explanation.
Warmest Regards,
Steve
I need help with a simple join. I'm not sure where I'm going wrong but help would be appreciated.
Table Structure::
Table1:
ZipCode
Table2:
ZipCode
Table 1 - sample data
ZipCode
_______
12345
12346
12347
12347
78943
78942
Table 2 - sample data
ZipCode
_______
12345
12346
12347
12348
12349
Results needed:
I need to end up with data from Table1 that includes:
12345
12346
12347
12347
This seems like a simple join but I am not able to accomplish this.
Thank you for an example query based on my explanation.
Warmest Regards,
Steve