I have a table with data that I need to add a not null column to therefore I truncate the table and add the not null column
how do I get the original data back into the table,

the import seems to fail!

Thanks in a advance