M
merry_fay
Hi,
I have a ta ble in a database like this:
Column headers: EID MID M1 M2 M3 M4 M5 M6 etc
xx abc 45 69 35 57 34 52
yy bet 0 35 34 53 12 0
etc
In columns EID & MID the data is not unique
I need to convert the M.. columns to rows
eg:
EID MID Month Value
xx abc 1 45
xx abc 2 69
xx abc 3 35
excluding the 0's.
How can I do this?
Thanks
MerryFay
I have a ta ble in a database like this:
Column headers: EID MID M1 M2 M3 M4 M5 M6 etc
xx abc 45 69 35 57 34 52
yy bet 0 35 34 53 12 0
etc
In columns EID & MID the data is not unique
I need to convert the M.. columns to rows
eg:
EID MID Month Value
xx abc 1 45
xx abc 2 69
xx abc 3 35
excluding the 0's.
How can I do this?
Thanks
MerryFay