How to execute one select

malinow

Member
Hello.

I have multiple select statements separated by ; or / .
I would like to execute just one statement where the prompt cursor is located.

When I hit F8 all statement from the window are executed in separate tabs.

How to run just one statement (like in SQL Developer).

Regards,
malinow
 
If you press Ctrl-F8 the current statement will be executed.

You can go Tools > Preferences > Key Configuration and assign a different key to the SQL Window: Execute Current Statement" function.

You can go Tools > Preferences > SQL Window to control the default execution behavior by enabling/disabling the "AutoSelect Statement" option.
 
Back
Top