Sorry I should have been more specific with my question:
This is my current issue
I have a table that has this:
Customer_ID H2_1 H2_2 H2_3 H2_4 H2_5
123 7 3 13 5 2
456 7 3 13 5 2
789 7 3 13 5 2
and I need it to look like this:
Customer_ID H2_Code
123 7
123 3
123 13
123 5
123 2
456 7
456 3
456 13
456 5
456 2
789 7
789 3
789 13
789 5