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!