M
mita
I have two tables one for year 2000 and one for 2001
ill just show you the sample data
table 1(2000)
company_name service_code vol jan vol feb......vol dec
abc 123 1 12 33
124
.........................................
table 2 (2001)
company_name service_code vol jan volfeb..................
rrr 123 4 5
what i want is to append the table 1 with table 2 values but how do i add
the volumes from table 2 to table 1 as the year is different and the values
are also different..........
pls help
ill just show you the sample data
table 1(2000)
company_name service_code vol jan vol feb......vol dec
abc 123 1 12 33
124
.........................................
table 2 (2001)
company_name service_code vol jan volfeb..................
rrr 123 4 5
what i want is to append the table 1 with table 2 values but how do i add
the volumes from table 2 to table 1 as the year is different and the values
are also different..........
pls help