I am currently facing the problem which the table order in the CSV file is different with the order when i required to load to. I wish to upload the data from csv file in different order with in the database. To best illustrate, i've shown example below
Table A:
Stud_ID | Name | Address
but i wanted to load in this order in Table B:
Name | Stud_ID | Address.
How should i write in control .CTL file under Fields Terminated By","(...)? Please advise. Thank you. :)