Execute current query.

IG0r

Member
Hi,
I have few SQL queries in my window

select * from trtrt;

update .....;

select rr from trtrt;

How I can execute for example only last query (select rr from trtrt;). Like Shift+F9 in TOAD.
I don't like idea to select query to execute it.
May be somebody know another way?

Regards.
 
Look at 'autoselect statement' in Tools / Preferences / Window Types / SQL Window. Then, all you have to do is have the cursor in the query you want to execute and press the execute key or click the button.
 
Back
Top