My SQL window usually contains multiple SQL statements, separeted by ";"
What is the easiest way to execute only one statement at the cursor position? Right now I must
* move the cursor to the beginning of the statement
* highlight the whole statement
* hit execute (F8)
If there is a one key (or two-key) shortcut for this I would like to know.
(FYI, in SQL Developer F9 execute the single statement at cursor position)
What is the easiest way to execute only one statement at the cursor position? Right now I must
* move the cursor to the beginning of the statement
* highlight the whole statement
* hit execute (F8)
If there is a one key (or two-key) shortcut for this I would like to know.
(FYI, in SQL Developer F9 execute the single statement at cursor position)