I wish to add a new column each month and store data.
Explanation of what I would like to do:
I have an existing table with the following columns:
CustomerNumber
Jan-02
Feb-02
.
.
.
Dec-03
I now have the data for Jan-04 (9000 rows) which shows customers who purchased in Jan-04, I wish to add Jan-04 data. Some of Jan-04 Customers will not exist in the table others will and there status will be updated using the column Dec-03 (62000 rows) as the base data.
Hope this explains better what I am trying to achieve.
Thanks,
Ian
Explanation of what I would like to do:
I have an existing table with the following columns:
CustomerNumber
Jan-02
Feb-02
.
.
.
Dec-03
I now have the data for Jan-04 (9000 rows) which shows customers who purchased in Jan-04, I wish to add Jan-04 data. Some of Jan-04 Customers will not exist in the table others will and there status will be updated using the column Dec-03 (62000 rows) as the base data.
Hope this explains better what I am trying to achieve.
Thanks,
Ian