I need to add a column to an existing table that contains data. This column will also become part of a concatanated primary key for the table. I would like to put this column next to the other columns that make up the key. I know I need to export out the table, drop the table, change the CREATE DDL and recreate it. But how do I import the data back in so it will file in the correct columns? Since my export did not contain the new. Is export the correct method of doing this is or is there a better way?
Thanks for any help or advice.
Thanks for any help or advice.