Hello,
I am trying to import an access database to mysql. I have created a mysql database, but do not want to use all of the colums in the access database. Is there a way to export only certain colums from the access database to csv?
Hello,
I am trying to import an access database to mysql. I have created a mysql database, but do not want to use all of the colums in the access database. Is there a way to export only certain colums from the access database to csv?
1) Make a query on the table with only the columns you want, and save it.
2) Select the query, and then got to File->Export (Select Save As "text *.txt, *cvs, etc.") and follow the prompts