Dear experts,
I have an external table set up for a multiple file at the moment with a skip 1 to ignore the header record.
We have second data file in the same format which I would like to add to the same external table however the skip 1 only seems to apply to the first file and does not skip the
header record for the second file. Is there any other way I can load both these files into the table and skip the header lines on both files?
please help