I have eight original columns and one column I have added for solving this problem.
For every range of zip codes, I would like to break them up into single records, the problem being I have 3156 records.
So, I need to construct a script in SQL that with create an additional record for every zip in the range and keep all information to the left of Zip1 the same for the additional records in that range.
Any ideas?
I would be happy to do it in Excel or VB.net using Notepad, then exporting if easier.
Thanks