...that table? Assuming that new column is non-nullible and carries a default value setting, how would the import statement look?
EXPORT TO myfile.ixf OF ixf SELECT * FROM MYTABLE;
IMPORT FROM myfile.ixf OF ixf INSERT INTO MYTABLE (col1, col2, col3) VALUES ?
Any help is appreciated.
Thanks,
Glen