Never mind, I got it. However, I now I have another problem.
I am trying to import a csv file into a table. I first want to transfer the old data into a new table, and then delete the table contents, and then import the csv file into the old empty table. There's one catch, the csv file has no headres, so I get an error:
2391: Field 'F1' doesn't exist in destination table 'table1'
Thank you,
Eric