0

I have to make some queries on several Excel sheets and I think it would be easier if I can put them on a DB and make the queries with SQL.

Is there a tool that creates SQL tables from a CSV file with headers?

2 Answers 2

1

MySQL has functions built in to load data from CSV files. This is probably your best option and one that gives you the most control.

Sign up to request clarification or add additional context in comments.

Comments

1

Have a look at Data Import tool (Excel, CSV or TEXT formats) in dbForge Studio for MySQL. Import allows to create new table and customize fields in a wizard.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.