I have to copy data from an older table to a new one(where the structure is altered)
My idea is to copy data from the fields which is equal
eg.
old_table.title -> new_table.title
old_table.abstract -> new_table.abstract
old_table.body -> new_table.body
and update the fields which do not exists in the old table :p
is this posible, how?
or is there tool/ way to do this
hope I made myself clear and thanks for tips,
regards Thomas Andersen