Replies: 1 comment 10 replies
-
You can do it by right-clicking on a database and picking "Execute SQL from file". |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Details
Support for executing multiple SQL queries in a single
.sql
file separated by a semicolon. This shall be very useful for executing batch queries like database, tables, views, rows creation.Steps to reproduce
In version
3.3.3
, loading a.sql
file with more than one queries (each separated by a semicolon;
), only executes the first query.Beta Was this translation helpful? Give feedback.
All reactions