DB2 LUW 9.7.3
I need some SQL help. I was sent a "master list" today of all the technician zones for each of our clients, the zones are assigned to the technician based on the client's zip code.
I loaded the master list to the table TMP_FS_ZONES with the columns POSTAL_CODE and FS_ZONE to use as a look up table for my update.
I need to update the FS_ZONE column of the table RS_OUTLET with the FS_ZONE value found in the TMP_FS_ZONES table all while matching up to the POSTAL_CODE that is found in a separate table RS_ADDRESS
Any help would be appreciated, I may have started this entire process wrong by creating the TMP_FS_ZONES table which may be causing the confusion on my part...