I'm studying MySQL. I need to import data from a CSV file to a MySQL table using JetBrains DataGrip.
I've done such this job before in dbForge MySQL, but last week I moved from Windows to Linux.
There are some questions how to import CSV to MySQL on StackOverflow, but I'm still not so familiar with SQL.
How do I import a CSV data file in JetBrains DataGrip?
Thank you!