Import into a table from .sql file #4966
-
Hi. I've been using SQLiteStudio for several years now and now I need to import 30,000 records from a .sql file into a database. Using sqlite3 this takes several hours. In SQLiteStudio I only see the CSV option. Perhaps I'm missing something. How do I import data from a .sql file? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Have you tried using "Execute SQL from file" option from a context menu? Right-click on a database and there is that option. |
Beta Was this translation helpful? Give feedback.
-
Thanks, this is just what I needed. I tested sqlite3 again and got execution in 3 hours. SQLiteStudio completed the job in 5 seconds. |
Beta Was this translation helpful? Give feedback.
Have you tried using "Execute SQL from file" option from a context menu? Right-click on a database and there is that option.