U
uberblick
Hello,
I got a table with Postal Codes and Zones from UPS Canada.
The data is like this:
'Postal Code' 'Express' 'Expedited' 'Standard'
'A0A–A9Z' '411' '311' '211'
'B0A–B2T' '411' '311' '211'
I want to determine the zone depending of the postal code.
In fact the 'A0A–A9Z' represents a range.
I want to build a select query in which we will copy the postal code and
get the zone.
I got a hard time matching a postal code or the first 3 values of a postal
code to the those ranges.
Thank You
uberblick
I got a table with Postal Codes and Zones from UPS Canada.
The data is like this:
'Postal Code' 'Express' 'Expedited' 'Standard'
'A0A–A9Z' '411' '311' '211'
'B0A–B2T' '411' '311' '211'
I want to determine the zone depending of the postal code.
In fact the 'A0A–A9Z' represents a range.
I want to build a select query in which we will copy the postal code and
get the zone.
I got a hard time matching a postal code or the first 3 values of a postal
code to the those ranges.
Thank You
uberblick