I had someone pose a question to me regarding SQL syntax that I am not well versed enough to answer. I thought someone here may have a greater level of background in this area and might be able to suggest a solution:
Background:
Table 1: Name/Address/Zipcode
Table 2: Low Zip, High Zip Ranges
Data Example:
Table 1:
Steve Johnson, POB xxxx,...., 75052
Jay Dennis, 234 Brittany, ...., 76039
Table 2:
10010, 10030
75000, 76000
The question is how to accomplish a SQL select that extracts the records out of Table 1 that fall within the range of zips in Table 2.
Any clues or someone that might be able to help construct the SQL statement to accomplish?
I look forward to any and all replies.