Hi,
What is the short cut for executing sql statements in pl/sql developer individually. Toad has Ctrl+enter and it executes that particular sql statement only. I am not able to do the same here.
For ex:
In my sql editor window, I have 2 queries and i want to execute one after another like shown below
select * from all_tables-----first execute this
select * from dba_tables-----next this one...
How can i do that in pl/sql developer. PLease let me know.
Thanks,
What is the short cut for executing sql statements in pl/sql developer individually. Toad has Ctrl+enter and it executes that particular sql statement only. I am not able to do the same here.
For ex:
In my sql editor window, I have 2 queries and i want to execute one after another like shown below
select * from all_tables-----first execute this
select * from dba_tables-----next this one...
How can i do that in pl/sql developer. PLease let me know.
Thanks,