I am trying to import an access database in mysql. I created a mysql database but do not want to use all columns in the access database. Is there a way to export only specific columns from an access database to csv?
1) Make a query in the table with only the necessary columns and save it.2) Select a query, and then go to "File-> Export" (select "Save As" text * .txt, * cvs, etc. ") And follow the instructions