Execute SQL scripts
Hi,
In version 8 m1 it is possible to excute sql scripts directly in intellij, however I seem to be having a problem with configuration.
I am able to use the jdbc console which all works fine, but am I able to run the file without pasting the code into the jdbc console?
cheers chainy.
请先登录再写评论。
Hello Martyn,
Not at the moment, it may be possible in future.
This functionality will require console anyway as a way to display results.
Do you have some specific use case?
Just to run a buch of SQL scripts it may be more convenient to write an
Ant task.
Gregory Shrago
Martyn wrote: