Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DEFINE and calling entire statement with Ctrl+Enter

Peter2_1Jun 23 2020 — edited Jun 23 2020

I have something like this:

define my_value1 = 'Jim'

define my_value2 = 'John'

select *

from .......

Usually, Ctrl+Enter (or F9) selects and calls the entire statement (or everything between semicolons).

But when the cursor is in the line with DEFINE, Ctrl+F9 starts only this single line.

Is it indented?

can it be changed to "usual" behaviour?

Thanks and regards!

This post has been answered by thatJeffSmith-Oracle on Jun 23 2020
Jump to Answer

Comments

Post Details

Added on Jun 23 2020
1 comment
96 views