Multiple Statements in Program Window

mhedgpeth

Member
Greetings,

Is there a way to be able to view multiple statements in one Program Window, like Toad does? Toad will execute only one statement from the cursor to the first found ";[newline character]". How would I mimic that functionality?

Thanks,
Michael Hedgpeth
 
My apologies. I meant the SQL Window. I want to have multiple statements viewable and runnable at the same time in the SQL Window, instead of pressing Ctl + Up or Ctl + Down to traverse my different statements.

Thanks,
Michael
 
If I understand your question correctly...

If you go to the SQL window prefs there is an option "AutoSelect Statement" that if the cursor is inside the statement that statement will be executed without explicitly selecting the entire statement.

Bink
 
Back
Top