Req: SQLQueryPlugin. Run one of several statements
Like many other people I´m used to try my sql sentences in tools like TOAD or TORA or any other, which let you have many queries defined in the QueryPanel and if you press for example F9 you run all the sentences one after another, but if you press Shift+F9 you only execute the one sentence you have the caret over.
It would be a nice feature in the plugin, and definitely would make it very more usable.
Thanks a lot for the plugin.
Please sign in to leave a comment.
Hello Macho,
There already is an option to execute only the selected statement(s) vs.
all of them, isn't that what you're looking for?
HTH,
Andrei
Which option is that?
If I press Ctrl+Intro all of the statements ere run.
For example having:
select * from users;
select * from employees;
If I position the caret in either of the queries, and press Ctrl+Intro or hit the first arrow button, both of them are run.
Wanting only to execute only one of them, how can I proceed? Is there a way, or my request is legitimate?