Hi All,
I have some tables with the data. I need to add 4 to 8 columns in between to each table. All these table consists of data. Not much data but has some data and I need to export all the data from all the fileds from the inital structure of the table and then drop the table and recreate with adding the new columns in middle and then again load the data exported from the initial table to their repective columns..
I have exported the data in the following formats
db2 "export to xxx.del of del select * from schema.tabname"
db2 "export to xxx.csv of del select * from schema.tabname"
db2 "export to xxx.del of del select col1,col2,col3... from schema.tabname"
db2 "export to xxx.csv of del select col1,col2,col3... from schema.tabname"
can anyone please help me now, how to load this exported data into table with newly added columns. all added columns are nullable.
Or can anyone suggest me the best method or approach to do this task...
Thanks for ur help in advance..
DB2 Version: 9.5
OS Level : AIX 5.3