If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
OOh i like that solution rudy, what's the performance impact between the 2 (i'm not expecting statistics, just an educated guess at the difference and why)?
p.s. would it make sense to have an index on the first 3 letters of that column ?
Code:
CREATE INDEX partial_zip ON zip_code (zip_code(3))