[FEATURE] Multiple sql statements with execute one under cursor
kind/enhancement
**Is your feature request related to a problem? Please describe.**
I can only have one sql statement. If I want another one I have to copy the current one somewhere else and write a new one
**Describe the solution you'd like**
Multiple sql statements with execute keys executing the one under the cursor
**Describe alternatives you've considered**
Lots of copy and pasting to notepad
**Additional context**
As per feature of TOAD for Oracle or MySQL
0 条评论