I have a column in a destination table called district_code and one called actual_district. However my staging table created from a flat file import only has district_code. Is there any way to use the actual_district values already in the table for the other rows to populate the new entries without having to hard code in the 1,500 unique combinations of town to district?
thanks,
Scott