Here is my situation, I have a table called Statuses
(statusID, statusName
) with 22 statuses, and there are other tables that have statusID
columns.
Now the customer wants to consolidate all the 22 statuses in the Statuses
table into 13 statuses. Then we have to update, exactly speaking, map all statusID
in all other tables.
Can anyone help me out here?