Hi Guys,
I need your help regarding Tables in Database, in general. Its been a while since I was here, and had a Database problem since I haven'*t been working with DBs at all..So bear wih me
I have a table structured with the columns Contract, Section, Amount 2014, Amount 2015, Amount 2016
what I'd like is to change the structure so that the table columns are Contract, Section, Amount, Year.
so data reading like this W234 ,1 , 50, 60 , 55 will read
W234, 1, 50,2014
W234, 1, 60,2015
W234, 1 , 55,2016
so from i sentence i should have 3.
How do i do this? It would be great if I could accomplish this with a query or two.
Cheers for all your help in advance.
I need your help regarding Tables in Database, in general. Its been a while since I was here, and had a Database problem since I haven'*t been working with DBs at all..So bear wih me
I have a table structured with the columns Contract, Section, Amount 2014, Amount 2015, Amount 2016
what I'd like is to change the structure so that the table columns are Contract, Section, Amount, Year.
so data reading like this W234 ,1 , 50, 60 , 55 will read
W234, 1, 50,2014
W234, 1, 60,2015
W234, 1 , 55,2016
so from i sentence i should have 3.
How do i do this? It would be great if I could accomplish this with a query or two.
Cheers for all your help in advance.