Multiple file data load
I would like to load data into one table from multiple flat files. The syntax is normally
INFILE mydat1.dat
INFILE mydat2. dat .... INFILE mydat'n'.dat
My problem is, I have over 200 files of the same format and would find it unreallistic to continue with this format ...
How can I probably type one line to accept all the files ?
Thanks,
Brian.