hey guys
here's a question
I have a table with 10 fields in it
What I want to do is to have these fields names as data in a single column
example is here
lets say I have a table with such data
StudentID Course Hours A B C D E F
222 3913 4 2 1 2 2 1 2
223 3813 3 1 2 2 2 1 2
I want to change it to some thing like this
StudentID Course Hours value
222 3913 4 A
222 3913 4 B
222 3913 4 C
222 3913 4 D
222 3913 4 E
222 3913 4 F
here's a question
I have a table with 10 fields in it
What I want to do is to have these fields names as data in a single column
example is here
lets say I have a table with such data
StudentID Course Hours A B C D E F
222 3913 4 2 1 2 2 1 2
223 3813 3 1 2 2 2 1 2
I want to change it to some thing like this
StudentID Course Hours value
222 3913 4 A
222 3913 4 B
222 3913 4 C
222 3913 4 D
222 3913 4 E
222 3913 4 F